OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FastScrollingIndexCache
(Results
1 - 4
of
4
) sorted by null
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
FastScrollingIndexCacheTest.java
33
private
FastScrollingIndexCache
mCache;
57
mCache =
FastScrollingIndexCache
.getInstanceForTest(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
51
public class
FastScrollingIndexCache
{
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) {
ContactsProvider2.java
[
all
...]
ContactsDatabaseHelper.java
[
all
...]
Completed in 543 milliseconds