HomeSort by relevance Sort by last modified time
    Searched refs:BITMAP_UNAVAILABLE (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/contactphoto/
ContactPhotoManagerImpl.java 97 private static final BitmapHolder BITMAP_UNAVAILABLE;
106 BITMAP_UNAVAILABLE = new BitmapHolder(new byte[0], 0);
107 BITMAP_UNAVAILABLE.bitmapRef = new SoftReference<Bitmap>(null);
510 if (holder != BITMAP_UNAVAILABLE) {
725 bitmapHolderCache.put(key, BITMAP_UNAVAILABLE);
728 bitmapHolderCache.put(key, BITMAP_UNAVAILABLE);
758 if (holder == BITMAP_UNAVAILABLE) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactPhotoManager.java 608 private static final BitmapHolder BITMAP_UNAVAILABLE;
611 BITMAP_UNAVAILABLE = new BitmapHolder(new byte[0], 0);
612 BITMAP_UNAVAILABLE.bitmapRef = new SoftReference<Bitmap>(null);
    [all...]

Completed in 131 milliseconds