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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DFastScrollingIndexCache.java161 public static final Bundle buildExtraBundle(String[] titles, int[] counts) { method in class:FastScrollingIndexCache
191 return buildExtraBundle(titles, counts);
228 * {@link #buildExtraBundle(String[], int[])}.
H A DContactsProvider2.java6845 return FastScrollingIndexCache.buildExtraBundle(labels, counts);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DFastScrollingIndexCacheTest.java86 Bundle bundle = FastScrollingIndexCache.buildExtraBundle(titles, counts);

Completed in 217 milliseconds