Home
last modified time | relevance | path

Searched refs:cachedPhoto (Results 1 – 7 of 7) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallerInfoLookupHelperTest.java137 assertEquals(mDrawable1, mCallerInfo1.cachedPhoto); in testSimpleLookup()
176 assertEquals(mDrawable1, mCallerInfo1.cachedPhoto); in testLookupWithTwoListeners()
215 assertEquals(mDrawable1, mCallerInfo1.cachedPhoto); in testListenerAddedAfterCallerInfoBeforePhoto()
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfo.java143 public Drawable cachedPhoto; field in CallerInfo
203 info.cachedPhoto = null; in getCallerInfo()
558 .append("\ncachedPhoto: " + cachedPhoto) in toString()
DContactInfoCache.java614 if (info.cachedPhoto != null) { in buildEntry()
615 cce.photo = info.cachedPhoto; in buildEntry()
/packages/apps/Calendar/src/com/android/calendar/event/
DEventLocationAdapter.java212 Bitmap cachedPhoto = mPhotoCache.get(result.mContactPhotoUri); in getView() local
213 if (cachedPhoto != null) { in getView()
215 imageView.setImageBitmap(cachedPhoto); in getView()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallerInfoLookupHelper.java99 if (!info.imageQueryPending && (info.callerInfo.cachedPhoto != null || in startLookup()
204 info.callerInfo.cachedPhoto = photo;
DCall.java637 mCallerInfo.cachedPhoto = null; in destroy()
987 return mCallerInfo == null ? null : mCallerInfo.cachedPhoto; in getPhoto()
2272 mCallerInfo.cachedPhotoIcon != null || mCallerInfo.cachedPhoto != null) { in setCallerInfo()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java365 null : callInfo.getCallerInfo().cachedPhoto; in showMissedCallNotification()