Searched refs:cachedPhotoIcon (Results 1 – 6 of 6) sorted by relevance
155 assertEquals(mBitmap, mCallerInfo1.cachedPhotoIcon); in testSimpleLookup()196 assertEquals(mBitmap, mCallerInfo1.cachedPhotoIcon); in testLookupWithTwoListeners()237 assertEquals(mBitmap, mCallerInfo1.cachedPhotoIcon); in testListenerAddedAfterCallerInfoBeforePhoto()
678 info.cachedPhotoIcon = Bitmap.createBitmap(24, 24, Bitmap.Config.ALPHA_8); in testGetFromCallerInfo()689 assertEquals(info.cachedPhotoIcon, call.getPhotoIcon()); in testGetFromCallerInfo()
140 info.callerInfo.cachedPhotoIcon != null)) { in startLookup()246 info.callerInfo.cachedPhotoIcon = photoIcon;
1052 mCallerInfo.cachedPhotoIcon = null; in destroy()1681 return mCallerInfo == null ? null : mCallerInfo.cachedPhotoIcon; in getPhotoIcon()3877 if (mCallerInfo.getContactDisplayPhotoUri() == null || mCallerInfo.cachedPhotoIcon != null in setCallerInfo()
135 public Bitmap cachedPhotoIcon; field in CallerInfo
420 null : callInfo.getCallerInfo().cachedPhotoIcon; in showMissedCallNotification()