Searched refs:BITMAP_UNAVAILABLE (Results 1 – 2 of 2) sorted by relevance
98 private static final BitmapHolder BITMAP_UNAVAILABLE; field in ContactPhotoManagerImpl107 BITMAP_UNAVAILABLE = new BitmapHolder(new byte[0], 0);108 BITMAP_UNAVAILABLE.bitmapRef = new SoftReference<Bitmap>(null);511 if (holder != BITMAP_UNAVAILABLE) { in refreshCache()726 bitmapHolderCache.put(key, BITMAP_UNAVAILABLE); in cacheBitmap()729 bitmapHolderCache.put(key, BITMAP_UNAVAILABLE); in cacheBitmap()759 if (holder == BITMAP_UNAVAILABLE) { in obtainPhotoIdsAndUrisToLoad()
608 private static final BitmapHolder BITMAP_UNAVAILABLE; field in ContactPhotoManagerImpl611 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()