Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DFastScrollingIndexCache.java167 public static final Bundle buildExtraBundle(String[] titles, int[] counts) { in buildExtraBundle() method in FastScrollingIndexCache
197 return buildExtraBundle(titles, counts); in buildExtraBundleFromValue()
DContactsProvider2.java7563 return FastScrollingIndexCache.buildExtraBundle(labels, counts); in getFastScrollingIndexExtras()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DFastScrollingIndexCacheTest.java85 Bundle bundle = FastScrollingIndexCache.buildExtraBundle(titles, counts); in putAndGetBundle()