Home
last modified time | relevance | path

Searched refs:cachedPhotoIcon (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallerInfoLookupHelperTest.java155 assertEquals(mBitmap, mCallerInfo1.cachedPhotoIcon); in testSimpleLookup()
196 assertEquals(mBitmap, mCallerInfo1.cachedPhotoIcon); in testLookupWithTwoListeners()
237 assertEquals(mBitmap, mCallerInfo1.cachedPhotoIcon); in testListenerAddedAfterCallerInfoBeforePhoto()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallerInfoLookupHelper.java140 info.callerInfo.cachedPhotoIcon != null)) { in startLookup()
246 info.callerInfo.cachedPhotoIcon = photoIcon;
DCall.java864 mCallerInfo.cachedPhotoIcon = null; in destroy()
1428 return mCallerInfo == null ? null : mCallerInfo.cachedPhotoIcon; in getPhotoIcon()
3369 mCallerInfo.cachedPhotoIcon != null || mCallerInfo.cachedPhoto != null) { in setCallerInfo()
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfo.java135 public Bitmap cachedPhotoIcon; field in CallerInfo
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java407 null : callInfo.getCallerInfo().cachedPhotoIcon; in showMissedCallNotification()