Searched refs:cachedPhoto (Results 1 – 7 of 7) sorted by relevance
137 assertEquals(mDrawable1, mCallerInfo1.cachedPhoto); in testSimpleLookup()176 assertEquals(mDrawable1, mCallerInfo1.cachedPhoto); in testLookupWithTwoListeners()215 assertEquals(mDrawable1, mCallerInfo1.cachedPhoto); in testListenerAddedAfterCallerInfoBeforePhoto()
143 public Drawable cachedPhoto; field in CallerInfo203 info.cachedPhoto = null; in getCallerInfo()558 .append("\ncachedPhoto: " + cachedPhoto) in toString()
614 if (info.cachedPhoto != null) { in buildEntry()615 cce.photo = info.cachedPhoto; in buildEntry()
212 Bitmap cachedPhoto = mPhotoCache.get(result.mContactPhotoUri); in getView() local213 if (cachedPhoto != null) { in getView()215 imageView.setImageBitmap(cachedPhoto); in getView()
99 if (!info.imageQueryPending && (info.callerInfo.cachedPhoto != null || in startLookup()204 info.callerInfo.cachedPhoto = photo;
637 mCallerInfo.cachedPhoto = null; in destroy()987 return mCallerInfo == null ? null : mCallerInfo.cachedPhoto; in getPhoto()2272 mCallerInfo.cachedPhotoIcon != null || mCallerInfo.cachedPhoto != null) { in setCallerInfo()
365 null : callInfo.getCallerInfo().cachedPhoto; in showMissedCallNotification()