Searched refs:fresh (Results 1 – 6 of 6) sorted by relevance
511 holder.fresh = false; in refreshCache()532 return holder.fresh; in loadCachedPhoto()570 return holder.fresh; in loadCachedPhoto()701 "overwriting cache: key=" + key + (prev.fresh ? " FRESH" : " stale")); in cacheBitmap()702 if (prev.fresh) { in cacheBitmap()763 && holder.fresh in obtainPhotoIdsAndUrisToLoad()769 if (holder == null || !holder.fresh) { in obtainPhotoIdsAndUrisToLoad()791 volatile boolean fresh; field in ContactPhotoManagerImpl.BitmapHolder798 this.fresh = true; in BitmapHolder()
622 volatile boolean fresh; field in ContactPhotoManagerImpl.BitmapHolder629 this.fresh = true; in BitmapHolder()922 holder.fresh = false; in refreshCache()942 return holder.fresh; in loadCachedPhoto()990 return holder.fresh; in loadCachedPhoto()1188 Log.d(TAG, "Overwriting cache: key=" + key + (prev.fresh ? " FRESH" : " stale")); in cacheBitmap()1189 if (prev.fresh) { in cacheBitmap()1261 if (holder != null && holder.bytes != null && holder.fresh && in obtainPhotoIdsAndUrisToLoad()1267 if (holder == null || !holder.fresh) { in obtainPhotoIdsAndUrisToLoad()
98 for (final Uri fresh : newAccounts) { in updateAccountList()99 if (!mUris.contains(fresh)) { in updateAccountList()100 startWatching(fresh); in updateAccountList()