Searched refs:fresh (Results 1 – 3 of 3) sorted by relevance
98 for (final Uri fresh : newAccounts) { in updateAccountList()99 if (!mUris.contains(fresh)) { in updateAccountList()100 startWatching(fresh); in updateAccountList()
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()1186 Log.d(TAG, "Overwriting cache: key=" + key + (prev.fresh ? " FRESH" : " stale")); in cacheBitmap()1187 if (prev.fresh) { in cacheBitmap()1259 if (holder != null && holder.bytes != null && holder.fresh && in obtainPhotoIdsAndUrisToLoad()1265 if (holder == null || !holder.fresh) { in obtainPhotoIdsAndUrisToLoad()