Searched refs:CounterMap (Results 1 – 3 of 3) sorted by relevance
89 private static final CounterMap<String> sNotCacheableMap = new CounterMap<String>();97 /*package*/ static final CounterMap<Cursor> sActiveCursors = new CounterMap<Cursor>(24);100 private final CounterMap<String> mLockMap = new CounterMap<String>(4);119 /*package*/ static class CounterMap<T> { class in ContentCache122 /*package*/ CounterMap(int maxSize) { in CounterMap() method in ContentCache.CounterMap126 /*package*/ CounterMap() { in CounterMap() method in ContentCache.CounterMap
65 ContentCache.CounterMap<String> map = new ContentCache.CounterMap<String>(4); in testCounterMap()
62 -keepclasseswithmembers class com.android.email.provider.ContentCache$CounterMap {