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.java148 assertEquals(mBitmap, mCallerInfo1.cachedPhotoIcon); in testSimpleLookup()
189 assertEquals(mBitmap, mCallerInfo1.cachedPhotoIcon); in testLookupWithTwoListeners()
230 assertEquals(mBitmap, mCallerInfo1.cachedPhotoIcon); in testListenerAddedAfterCallerInfoBeforePhoto()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallerInfoLookupHelper.java143 info.callerInfo.cachedPhotoIcon != null)) { in startLookup()
249 info.callerInfo.cachedPhotoIcon = photoIcon;
DCall.java684 mCallerInfo.cachedPhotoIcon = null; in destroy()
1114 return mCallerInfo == null ? null : mCallerInfo.cachedPhotoIcon; in getPhotoIcon()
2630 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.java361 null : callInfo.getCallerInfo().cachedPhotoIcon; in showMissedCallNotification()