Searched refs:onImageLoadComplete (Results 1 - 10 of 10) sorted by last modified time

/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,
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallerInfoLookupHelperTest.java134 imageListenerCaptor.getValue().onImageLoadComplete(0, mDrawable1, mBitmap,
172 imageListenerCaptor.getValue().onImageLoadComplete(0, mDrawable1, mBitmap,
211 imageListenerCaptor.getValue().onImageLoadComplete(0, mDrawable1, mBitmap,
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/Dialer/java/com/android/incallui/
H A DCallCardPresenter.java578 private void onImageLoadComplete(String callId, ContactCacheEntry entry) { method in class:CallCardPresenter
1166 public void onImageLoadComplete(String callId, ContactCacheEntry entry) { method in class:CallCardPresenter.ContactLookupCallback
1169 presenter.onImageLoadComplete(callId, entry);
H A DConferenceParticipantListAdapter.java455 public void onImageLoadComplete(String callId, ContactCacheEntry entry) { method in class:ConferenceParticipantListAdapter.ContactLookupCallback
H A DContactInfoCache.java475 // When the load is finished, onImageLoadComplete() will be called.
586 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie) { method in class:ContactInfoCache
663 callBack.onImageLoadComplete(callId, entry);
685 void onImageLoadComplete(String callId, ContactCacheEntry entry); method in interface:ContactInfoCache.ContactInfoCacheCallback
923 onImageLoadComplete(TOKEN_UPDATE_PHOTO_FOR_CALL_STATE, null, bitmap, queryToken);
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 DExternalCallNotifier.java173 public void onImageLoadComplete(String callId, ContactInfoCache.ContactCacheEntry entry) {
H A DStatusBarNotifier.java276 public void onImageLoadComplete(String callId, ContactCacheEntry entry) {
/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

Completed in 228 milliseconds