Searched refs:appendIfNotNull (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | FastScrollingIndexCache.java | 121 private static void appendIfNotNull(StringBuilder sb, Object value) { in appendIfNotNull() method in FastScrollingIndexCache 131 appendIfNotNull(sb, queryUri); in buildCacheKey() 132 appendIfNotNull(sb, SEPARATOR); in buildCacheKey() 133 appendIfNotNull(sb, selection); in buildCacheKey() 134 appendIfNotNull(sb, SEPARATOR); in buildCacheKey() 135 appendIfNotNull(sb, sortOrder); in buildCacheKey() 136 appendIfNotNull(sb, SEPARATOR); in buildCacheKey() 137 appendIfNotNull(sb, countExpression); in buildCacheKey() 141 appendIfNotNull(sb, SEPARATOR); in buildCacheKey() 142 appendIfNotNull(sb, selectionArgs[i]); in buildCacheKey() [all …]
|