Searched refs:cachedPhotoIcon (Results 1 – 5 of 5) 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;
864 mCallerInfo.cachedPhotoIcon = null; in destroy()1428 return mCallerInfo == null ? null : mCallerInfo.cachedPhotoIcon; in getPhotoIcon()3369 mCallerInfo.cachedPhotoIcon != null || mCallerInfo.cachedPhoto != null) { in setCallerInfo()
135 public Bitmap cachedPhotoIcon; field in CallerInfo
407 null : callInfo.getCallerInfo().cachedPhotoIcon; in showMissedCallNotification()