HomeSort by relevance Sort by last modified time
    Searched defs:onImageLoadComplete (Results 1 - 9 of 9) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
ContactsAsyncHelper.java 58 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon,
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/apps/Dialer/java/com/android/incallui/
ContactsAsyncHelper.java 51 void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie);
60 * OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap, Object)} will be called.
63 * OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap, Object)}
70 * argument of {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap,
110 args.listener.onImageLoadComplete(
CallCardPresenter.java 614 private void onImageLoadComplete(String callId, ContactCacheEntry entry) {
    [all...]
ContactInfoCache.java 490 // When the load is finished, onImageLoadComplete() will be called.
604 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie) {
683 callBack.onImageLoadComplete(callId, entry);
698 void onImageLoadComplete(String callId, ContactCacheEntry entry);
    [all...]
NewReturnToCallController.java 352 public void onImageLoadComplete(String callId, ContactCacheEntry entry) {
ConferenceParticipantListAdapter.java 499 public void onImageLoadComplete(String callId, ContactCacheEntry entry) {
StatusBarNotifier.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
ContactsAsyncHelper.java 54 public void onImageLoadComplete(int token, Object cookie, ImageView iView,
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ContactsAsyncHelperTest.java 66 public void onImageLoadComplete(int token, Drawable photo,
108 verify(mListener, never()).onImageLoadComplete(anyInt(),
118 verify(mListener, timeout(TEST_TIMEOUT)).onImageLoadComplete(eq(TOKEN),
131 verify(mListener, timeout(TEST_TIMEOUT)).onImageLoadComplete(eq(TOKEN),
152 verify(mListener, timeout(TEST_TIMEOUT)).onImageLoadComplete(eq(TOKEN),

Completed in 733 milliseconds