Home
last modified time | relevance | path

Searched defs:mCache (Results 1 – 25 of 32) sorted by relevance

12

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DAttachmentLoader.java46 private Map<String, Attachment> mCache = Maps.newHashMap(); field in AttachmentLoader.AttachmentCursor
/packages/apps/UnifiedEmail/src/com/android/mail/content/
DObjectCursor.java31 private final SparseArray<T> mCache; field in ObjectCursor
/packages/apps/Dialer/tests/src/com/android/dialer/util/
DExpirableCacheTest.java31 private ExpirableCache<String, Integer> mCache; field in ExpirableCacheTest
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DUniqueKeysCache.java48 private final HashMap<Key, Key> mCache; field in UniqueKeysCache.UniqueKeysCacheImpl
/packages/apps/Launcher3/src/com/android/launcher3/compat/
DPackageInstallerCompatVL.java41 private final IconCache mCache; field in PackageInstallerCompatVL
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
DContactResolver.java58 private final BitmapCache mCache; field in ContactResolver
162 private final BitmapCache mCache; field in ContactResolver.ContactResolverTask
DAbstractAvatarDrawable.java48 private BitmapCache mCache; field in AbstractAvatarDrawable
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
DCalendarColorCache.java34 private HashSet<String> mCache = new HashSet<String>(); field in CalendarColorCache
DSelectCalendarsSyncAdapter.java54 private CalendarColorCache mCache; field in SelectCalendarsSyncAdapter
DSelectCalendarsSimpleAdapter.java84 private CalendarColorCache mCache; field in SelectCalendarsSimpleAdapter
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DImageCacheService.java40 private BlobCache mCache; field in ImageCacheService
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DFastScrollingIndexCacheTest.java32 private FastScrollingIndexCache mCache; field in FastScrollingIndexCacheTest
/packages/apps/Dialer/src/com/android/dialer/util/
DExpirableCache.java143 private LruCache<K, CachedValue<V>> mCache; field in ExpirableCache
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DResolveCache.java112 private HashMap<String, Entry> mCache = new HashMap<String, Entry>(); field in ResolveCache
/packages/apps/TV/tests/unit/src/com/android/tv/common/
DTvContentRatingCacheTest.java45 TvContentRatingCache mCache = TvContentRatingCache.getInstance(); field in TvContentRatingCacheTest
/packages/apps/Settings/src/com/android/settings/dashboard/
DDashboardAdapter.java66 private final IconCache mCache; field in DashboardAdapter
/packages/apps/Email/provider_src/com/android/email/mail/internet/
DAuthenticationCache.java26 private final Map<Long, CacheEntry> mCache; field in AuthenticationCache
/packages/apps/Dialer/src/com/android/dialer/contactinfo/
DContactInfoCache.java132 private ExpirableCache<NumberWithCountryIso, ContactInfo> mCache; field in ContactInfoCache
/packages/apps/Gallery/src/com/android/camera/gallery/
DBaseImageList.java37 private final LruCache<Integer, BaseImage> mCache = field in BaseImageList
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DMediaSetSource.java130 private MediaItem mCache[] = new MediaItem[CACHE_SIZE]; field in MediaSetSource.CheckedMediaSetSource
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DFastScrollingIndexCache.java87 private final Map<String, String> mCache = Maps.newHashMap(); field in FastScrollingIndexCache
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DSyncMessageBatch.java58 private final ThreadInfoCache mCache; field in SyncMessageBatch
/packages/apps/Launcher2/src/com/android/launcher2/
DIconCache.java75 private final HashMap<CacheKey, CacheEntry> mCache = field in IconCache
/packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/cache/
DRecordingSampleBuffer.java91 private SampleCache mCache = null; field in RecordingSampleBuffer.CachedSampleQueue
/packages/services/Car/vehicle_network_service/
DVehicleNetworkService.h354 PropertyValueCache mCache; variable

12