Home
last modified time | relevance | path

Searched refs:BITMAP_UNAVAILABLE (Results 1 – 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/
DContactPhotoManager.java608 private static final BitmapHolder BITMAP_UNAVAILABLE; field in ContactPhotoManagerImpl
611 BITMAP_UNAVAILABLE = new BitmapHolder(new byte[0], 0);
612 BITMAP_UNAVAILABLE.bitmapRef = new SoftReference<Bitmap>(null);
921 if (holder != BITMAP_UNAVAILABLE) { in refreshCache()
1209 mBitmapHolderCache.put(key, BITMAP_UNAVAILABLE); in cacheBitmap()
1212 mBitmapHolderCache.put(key, BITMAP_UNAVAILABLE); in cacheBitmap()
1256 if (holder == BITMAP_UNAVAILABLE) { in obtainPhotoIdsAndUrisToLoad()