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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DFastScrollingIndexCache.java51 public class FastScrollingIndexCache { class
88 private static FastScrollingIndexCache sSingleton;
90 public static FastScrollingIndexCache getInstance(Context context) {
93 sSingleton = new FastScrollingIndexCache(prefs);
99 static synchronized FastScrollingIndexCache getInstanceForTest(
101 sSingleton = new FastScrollingIndexCache(prefs);
105 private FastScrollingIndexCache(SharedPreferences prefs) { method in class:FastScrollingIndexCache

Completed in 50 milliseconds