Home
last modified time | relevance | path

Searched refs:appendIfNotNull (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DFastScrollingIndexCache.java131 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()
156 appendIfNotNull(sb, titles[i]); in buildCacheValue()
157 appendIfNotNull(sb, SEPARATOR); in buildCacheValue()
[all …]