Home
last modified time | relevance | path

Searched refs:cachedPhoto (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallerInfoLookupHelperTest.java154 assertEquals(mDrawable1, mCallerInfo1.cachedPhoto); in testSimpleLookup()
195 assertEquals(mDrawable1, mCallerInfo1.cachedPhoto); in testLookupWithTwoListeners()
236 assertEquals(mDrawable1, mCallerInfo1.cachedPhoto); in testListenerAddedAfterCallerInfoBeforePhoto()
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfo.java125 public Drawable cachedPhoto; field in CallerInfo
174 info.cachedPhoto = null; in getCallerInfo()
538 .append("\ncachedPhoto: " + cachedPhoto) in toString()
DContactInfoCache.java630 if (info.cachedPhoto != null) { in buildEntry()
631 cce.photo = info.cachedPhoto; in buildEntry()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallerInfoLookupHelper.java139 if (!info.imageQueryPending && (info.callerInfo.cachedPhoto != null || in startLookup()
245 info.callerInfo.cachedPhoto = photo;
DCall.java786 mCallerInfo.cachedPhoto = null; in destroy()
1315 return mCallerInfo == null ? null : mCallerInfo.cachedPhoto; in getPhoto()
3182 mCallerInfo.cachedPhotoIcon != null || mCallerInfo.cachedPhoto != null) { in setCallerInfo()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java366 null : callInfo.getCallerInfo().cachedPhoto; in showMissedCallNotification()