Searched refs:cachedPhoto (Results 1 – 6 of 6) sorted by relevance
154 assertEquals(mDrawable1, mCallerInfo1.cachedPhoto); in testSimpleLookup()195 assertEquals(mDrawable1, mCallerInfo1.cachedPhoto); in testLookupWithTwoListeners()236 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()
139 if (!info.imageQueryPending && (info.callerInfo.cachedPhoto != null || in startLookup()245 info.callerInfo.cachedPhoto = photo;
786 mCallerInfo.cachedPhoto = null; in destroy()1315 return mCallerInfo == null ? null : mCallerInfo.cachedPhoto; in getPhoto()3182 mCallerInfo.cachedPhotoIcon != null || mCallerInfo.cachedPhoto != null) { in setCallerInfo()
366 null : callInfo.getCallerInfo().cachedPhoto; in showMissedCallNotification()