HomeSort by relevance Sort by last modified time
    Searched refs:FastScrollingIndexCache (Results 1 - 3 of 3) sorted by null

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
FastScrollingIndexCacheTest.java 33 private FastScrollingIndexCache mCache;
57 mCache = new FastScrollingIndexCache(mPrefs);
69 * Test for {@link FastScrollingIndexCache#buildExtraBundleFromValue} and
70 * {@link FastScrollingIndexCache#buildCacheValue}.
74 FastScrollingIndexCache.buildExtraBundleFromValue(
75 FastScrollingIndexCache.buildCacheValue(TITLES_0, COUNTS_0)));
77 FastScrollingIndexCache.buildExtraBundleFromValue(
78 FastScrollingIndexCache.buildCacheValue(TITLES_1, COUNTS_1)));
80 FastScrollingIndexCache.buildExtraBundleFromValue(
81 FastScrollingIndexCache.buildCacheValue(TITLES_2, COUNTS_2)))
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
FastScrollingIndexCache.java 50 public class FastScrollingIndexCache {
87 public FastScrollingIndexCache(Context context) {
96 FastScrollingIndexCache(SharedPreferences prefs) {
ContactsProvider2.java     [all...]

Completed in 315 milliseconds