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

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ContactsAsyncHelperTest.java 58 public void onImageLoadComplete(int token, Drawable photo,
97 verify(mListener, timeout(TEST_TIMEOUT).never()).onImageLoadComplete(anyInt(),
106 verify(mListener, timeout(TEST_TIMEOUT)).onImageLoadComplete(eq(TOKEN),
118 verify(mListener, timeout(TEST_TIMEOUT)).onImageLoadComplete(eq(TOKEN),
138 verify(mListener, timeout(TEST_TIMEOUT)).onImageLoadComplete(eq(TOKEN),
CallerInfoLookupHelperTest.java 122 imageListenerCaptor.getValue().onImageLoadComplete(0, mDrawable1, mBitmap,
160 imageListenerCaptor.getValue().onImageLoadComplete(0, mDrawable1, mBitmap,
199 imageListenerCaptor.getValue().onImageLoadComplete(0, mDrawable1, mBitmap,
  /packages/services/Telecomm/src/com/android/server/telecom/
ContactsAsyncHelper.java 57 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon,
142 args.listener.onImageLoadComplete(msg.what, args.photo, args.photoIcon,
188 * {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap, Object)}
192 * {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap, Object)}
199 * fourth argument of {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable,
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
ContactsAsyncHelper.java 58 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon,
75 args.listener.onImageLoadComplete(msg.what, args.photo, args.photoIcon,
212 * {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap, Object)}
216 * {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap, Object)}
223 * fourth argument of {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable,
ContactInfoCache.java 246 // When the load is finished, onImageLoadComplete() will be called.
333 onImageLoadComplete(TOKEN_UPDATE_PHOTO_FOR_CALL_STATE, null, bitmap, mCallId);
365 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie) {
591 callBack.onImageLoadComplete(callId, entry);
651 public void onImageLoadComplete(String callId, ContactCacheEntry entry);
CallCardPresenter.java 112 public void onImageLoadComplete(String callId, ContactCacheEntry entry) {
115 presenter.onImageLoadComplete(callId, entry);
610 private void onImageLoadComplete(String callId, ContactCacheEntry entry) {
    [all...]
ConferenceParticipantListAdapter.java 142 public void onImageLoadComplete(String callId, ContactCacheEntry entry) {
StatusBarNotifier.java 217 public void onImageLoadComplete(String callId, ContactCacheEntry entry) {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
ContactsAsyncHelper.java 54 public void onImageLoadComplete(int token, Object cookie, ImageView iView,

Completed in 195 milliseconds