Searched refs:BITMAP_UNAVAILABLE (Results 1 – 1 of 1) sorted by relevance
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()1209 mBitmapHolderCache.put(key, BITMAP_UNAVAILABLE); in cacheBitmap()1212 mBitmapHolderCache.put(key, BITMAP_UNAVAILABLE); in cacheBitmap()1256 if (holder == BITMAP_UNAVAILABLE) { in obtainPhotoIdsAndUrisToLoad()