Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DFastScrollingIndexCacheTest.java73 FastScrollingIndexCache.buildCacheValue(TITLES_0, COUNTS_0))); in testBuildCacheValue()
76 FastScrollingIndexCache.buildCacheValue(TITLES_1, COUNTS_1))); in testBuildCacheValue()
79 FastScrollingIndexCache.buildCacheValue(TITLES_2, COUNTS_2))); in testBuildCacheValue()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DFastScrollingIndexCache.java149 static String buildCacheValue(String[] titles, int[] counts) { in buildCacheValue() method in FastScrollingIndexCache
242 mCache.put(key, buildCacheValue( in put()