Searched defs:FastScrollingIndexCache (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DFastScrollingIndexCache.java52 public class FastScrollingIndexCache { class
89 private static FastScrollingIndexCache sSingleton;
91 public static FastScrollingIndexCache getInstance(Context context) {
96 sSingleton = new FastScrollingIndexCache(prefs);
105 static synchronized FastScrollingIndexCache getInstanceForTest(
107 sSingleton = new FastScrollingIndexCache(prefs);
111 private FastScrollingIndexCache(SharedPreferences prefs) { method in class:FastScrollingIndexCache

Completed in 22 milliseconds