Searched refs:cachedPhotoIcon (Results 1 – 5 of 5) sorted by relevance
148 assertEquals(mBitmap, mCallerInfo1.cachedPhotoIcon); in testSimpleLookup()189 assertEquals(mBitmap, mCallerInfo1.cachedPhotoIcon); in testLookupWithTwoListeners()230 assertEquals(mBitmap, mCallerInfo1.cachedPhotoIcon); in testListenerAddedAfterCallerInfoBeforePhoto()
143 info.callerInfo.cachedPhotoIcon != null)) { in startLookup()249 info.callerInfo.cachedPhotoIcon = photoIcon;
684 mCallerInfo.cachedPhotoIcon = null; in destroy()1114 return mCallerInfo == null ? null : mCallerInfo.cachedPhotoIcon; in getPhotoIcon()2630 mCallerInfo.cachedPhotoIcon != null || mCallerInfo.cachedPhoto != null) { in setCallerInfo()
135 public Bitmap cachedPhotoIcon; field in CallerInfo
361 null : callInfo.getCallerInfo().cachedPhotoIcon; in showMissedCallNotification()