Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/contactphoto/
DContactPhotoManagerImpl.java97 private static final BitmapHolder BITMAP_UNAVAILABLE; field in ContactPhotoManagerImpl
106 BITMAP_UNAVAILABLE = new BitmapHolder(new byte[0], 0);
107 BITMAP_UNAVAILABLE.bitmapRef = new SoftReference<Bitmap>(null);
510 if (holder != BITMAP_UNAVAILABLE) { in refreshCache()
725 bitmapHolderCache.put(key, BITMAP_UNAVAILABLE); in cacheBitmap()
728 bitmapHolderCache.put(key, BITMAP_UNAVAILABLE); in cacheBitmap()
758 if (holder == BITMAP_UNAVAILABLE) { in obtainPhotoIdsAndUrisToLoad()
/packages/apps/Contacts/src/com/android/contacts/
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()
1211 mBitmapHolderCache.put(key, BITMAP_UNAVAILABLE); in cacheBitmap()
1214 mBitmapHolderCache.put(key, BITMAP_UNAVAILABLE); in cacheBitmap()
1258 if (holder == BITMAP_UNAVAILABLE) { in obtainPhotoIdsAndUrisToLoad()