Searched defs:onImageLoadComplete (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
H A DContactsAsyncHelper.java51 void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie); method in interface:ContactsAsyncHelper.OnImageLoadCompleteListener
86 args.listener.onImageLoadComplete(
104 * OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap, Object)} will be called.
107 * OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap, Object)}
114 * argument of {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap,
H A DConferenceParticipantListAdapter.java455 public void onImageLoadComplete(String callId, ContactCacheEntry entry) { method in class:ConferenceParticipantListAdapter.ContactLookupCallback
H A DCallCardPresenter.java572 private void onImageLoadComplete(String callId, ContactCacheEntry entry) { method in class:CallCardPresenter
1195 public void onImageLoadComplete(String callId, ContactCacheEntry entry) { method in class:CallCardPresenter.ContactLookupCallback
1198 presenter.onImageLoadComplete(callId, entry);
H A DContactInfoCache.java472 // When the load is finished, onImageLoadComplete() will be called.
583 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie) { method in class:ContactInfoCache
660 callBack.onImageLoadComplete(callId, entry);
682 void onImageLoadComplete(String callId, ContactCacheEntry entry); method in interface:ContactInfoCache.ContactInfoCacheCallback
903 onImageLoadComplete(TOKEN_UPDATE_PHOTO_FOR_CALL_STATE, null, bitmap, queryToken);
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DContactsAsyncHelperTest.java59 public void onImageLoadComplete(int token, Drawable photo, method in class:ContactsAsyncHelperTest.ImageLoadListenerImpl
99 verify(mListener, never()).onImageLoadComplete(anyInt(),
108 verify(mListener, timeout(TEST_TIMEOUT)).onImageLoadComplete(eq(TOKEN),
120 verify(mListener, timeout(TEST_TIMEOUT)).onImageLoadComplete(eq(TOKEN),
140 verify(mListener, timeout(TEST_TIMEOUT)).onImageLoadComplete(eq(TOKEN),
/packages/apps/Calendar/src/com/android/calendar/
H A DContactsAsyncHelper.java54 public void onImageLoadComplete(int token, Object cookie, ImageView iView, method in interface:ContactsAsyncHelper.OnImageLoadCompleteListener
/packages/services/Telecomm/src/com/android/server/telecom/
H A DContactsAsyncHelper.java58 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, method in interface:ContactsAsyncHelper.OnImageLoadCompleteListener
143 args.listener.onImageLoadComplete(msg.what, args.photo, args.photoIcon,
189 * {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap, Object)}
193 * {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap, Object)}
200 * fourth argument of {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable,

Completed in 278 milliseconds