Home
last modified time | relevance | path

Searched defs:onImageLoadComplete (Results 1 – 9 of 9) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DContactsAsyncHelperTest.java66 public void onImageLoadComplete(int token, Drawable photo, in onImageLoadComplete() method in ContactsAsyncHelperTest.ImageLoadListenerImpl
/packages/apps/Dialer/java/com/android/incallui/
DContactsAsyncHelper.java51 void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie); in onImageLoadComplete() method
DCallCardPresenter.java614 private void onImageLoadComplete(String callId, ContactCacheEntry entry) { in onImageLoadComplete() method in CallCardPresenter
1219 public void onImageLoadComplete(String callId, ContactCacheEntry entry) { in onImageLoadComplete() method in CallCardPresenter.ContactLookupCallback
DNewReturnToCallController.java352 public void onImageLoadComplete(String callId, ContactCacheEntry entry) { in onImageLoadComplete() method in NewReturnToCallController.ReturnToCallContactInfoCacheCallback
DContactInfoCache.java604 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie) { in onImageLoadComplete() method in ContactInfoCache
698 void onImageLoadComplete(String callId, ContactCacheEntry entry); in onImageLoadComplete() method
DConferenceParticipantListAdapter.java499 public void onImageLoadComplete(String callId, ContactCacheEntry entry) { in onImageLoadComplete() method in ConferenceParticipantListAdapter.ContactLookupCallback
DStatusBarNotifier.java1050 public void onImageLoadComplete(String callId, ContactCacheEntry entry) { in onImageLoadComplete() method in StatusBarNotifier
/packages/apps/Calendar/src/com/android/calendar/
DContactsAsyncHelper.java54 public void onImageLoadComplete(int token, Object cookie, ImageView iView, in onImageLoadComplete() method
/packages/services/Telecomm/src/com/android/server/telecom/
DContactsAsyncHelper.java58 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, in onImageLoadComplete() method