Searched refs:cachedPhotoIcon (Results 1 – 7 of 7) sorted by relevance
155 assertEquals(mBitmap, mCallerInfo1.cachedPhotoIcon); in testSimpleLookup()196 assertEquals(mBitmap, mCallerInfo1.cachedPhotoIcon); in testLookupWithTwoListeners()237 assertEquals(mBitmap, mCallerInfo1.cachedPhotoIcon); in testListenerAddedAfterCallerInfoBeforePhoto()
140 info.callerInfo.cachedPhotoIcon != null)) { in startLookup()246 info.callerInfo.cachedPhotoIcon = photoIcon;
865 mCallerInfo.cachedPhotoIcon = null; in destroy()1429 return mCallerInfo == null ? null : mCallerInfo.cachedPhotoIcon; in getPhotoIcon()3377 mCallerInfo.cachedPhotoIcon != null || mCallerInfo.cachedPhoto != null) { in setCallerInfo()
135 public Bitmap cachedPhotoIcon; field in CallerInfo
176 public Bitmap cachedPhotoIcon; field in CallerInfo
407 null : callInfo.getCallerInfo().cachedPhotoIcon; in showMissedCallNotification()
87136 Lcom/android/internal/telephony/CallerInfo;->cachedPhotoIcon:Landroid/graphics/Bitmap;