Home
last modified time | relevance | path

Searched refs:cachedPhotoIcon (Results 1 – 6 of 6) 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()
DCallTest.java678 info.cachedPhotoIcon = Bitmap.createBitmap(24, 24, Bitmap.Config.ALPHA_8); in testGetFromCallerInfo()
689 assertEquals(info.cachedPhotoIcon, call.getPhotoIcon()); in testGetFromCallerInfo()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallerInfoLookupHelper.java140 info.callerInfo.cachedPhotoIcon != null)) { in startLookup()
246 info.callerInfo.cachedPhotoIcon = photoIcon;
DCall.java1052 mCallerInfo.cachedPhotoIcon = null; in destroy()
1681 return mCallerInfo == null ? null : mCallerInfo.cachedPhotoIcon; in getPhotoIcon()
3877 if (mCallerInfo.getContactDisplayPhotoUri() == null || mCallerInfo.cachedPhotoIcon != 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.java420 null : callInfo.getCallerInfo().cachedPhotoIcon; in showMissedCallNotification()