/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | ContactsAsyncHelperTest.java | 59 public void onImageLoadComplete(int token, Drawable photo, in onImageLoadComplete() method in ContactsAsyncHelperTest.ImageLoadListenerImpl 99 verify(mListener, never()).onImageLoadComplete(anyInt(), in testEmptyUri() 108 verify(mListener, timeout(TEST_TIMEOUT)).onImageLoadComplete(eq(TOKEN), in testNullReturnFromOpenInputStream() 120 verify(mListener, timeout(TEST_TIMEOUT)).onImageLoadComplete(eq(TOKEN), in testImageScaling() 140 verify(mListener, timeout(TEST_TIMEOUT)).onImageLoadComplete(eq(TOKEN), in testNoScaling()
|
D | CallerInfoLookupHelperTest.java | 134 imageListenerCaptor.getValue().onImageLoadComplete(0, mDrawable1, mBitmap, in testSimpleLookup() 172 imageListenerCaptor.getValue().onImageLoadComplete(0, mDrawable1, mBitmap, in testLookupWithTwoListeners() 211 imageListenerCaptor.getValue().onImageLoadComplete(0, mDrawable1, mBitmap, in testListenerAddedAfterCallerInfoBeforePhoto()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ContactsAsyncHelper.java | 58 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, in onImageLoadComplete() method 143 args.listener.onImageLoadComplete(msg.what, args.photo, args.photoIcon, in handleMessage()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | ContactsAsyncHelper.java | 51 void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie); in onImageLoadComplete() method 86 args.listener.onImageLoadComplete(
|
D | ContactInfoCache.java | 583 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie) { in onImageLoadComplete() method in ContactInfoCache 660 callBack.onImageLoadComplete(callId, entry); in sendImageNotifications() 682 void onImageLoadComplete(String callId, ContactCacheEntry entry); in onImageLoadComplete() method 903 onImageLoadComplete(TOKEN_UPDATE_PHOTO_FOR_CALL_STATE, null, bitmap, queryToken); in onImageFetchComplete()
|
D | CallCardPresenter.java | 572 private void onImageLoadComplete(String callId, ContactCacheEntry entry) { in onImageLoadComplete() method in CallCardPresenter 1195 public void onImageLoadComplete(String callId, ContactCacheEntry entry) { in onImageLoadComplete() method in CallCardPresenter.ContactLookupCallback 1198 presenter.onImageLoadComplete(callId, entry); in onImageLoadComplete()
|
D | ExternalCallNotifier.java | 172 public void onImageLoadComplete(String callId, ContactInfoCache.ContactCacheEntry entry) { in showNotifcation()
|
D | ConferenceParticipantListAdapter.java | 455 public void onImageLoadComplete(String callId, ContactCacheEntry entry) { in onImageLoadComplete() method in ConferenceParticipantListAdapter.ContactLookupCallback
|
D | StatusBarNotifier.java | 280 public void onImageLoadComplete(String callId, ContactCacheEntry entry) { in showNotification()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | ContactsAsyncHelper.java | 54 public void onImageLoadComplete(int token, Object cookie, ImageView iView, in onImageLoadComplete() method
|