Searched refs:cachedPhoto (Results 1 – 6 of 6) sorted by relevance
147 assertEquals(mDrawable1, mCallerInfo1.cachedPhoto); in testSimpleLookup()188 assertEquals(mDrawable1, mCallerInfo1.cachedPhoto); in testLookupWithTwoListeners()229 assertEquals(mDrawable1, mCallerInfo1.cachedPhoto); in testListenerAddedAfterCallerInfoBeforePhoto()
125 public Drawable cachedPhoto; field in CallerInfo174 info.cachedPhoto = null; in getCallerInfo()538 .append("\ncachedPhoto: " + cachedPhoto) in toString()
630 if (info.cachedPhoto != null) { in buildEntry()631 cce.photo = info.cachedPhoto; in buildEntry()
142 if (!info.imageQueryPending && (info.callerInfo.cachedPhoto != null || in startLookup()248 info.callerInfo.cachedPhoto = photo;
685 mCallerInfo.cachedPhoto = null; in destroy()1118 return mCallerInfo == null ? null : mCallerInfo.cachedPhoto; in getPhoto()2630 mCallerInfo.cachedPhotoIcon != null || mCallerInfo.cachedPhoto != null) { in setCallerInfo()
366 null : callInfo.getCallerInfo().cachedPhoto; in showMissedCallNotification()