Searched refs:startObtainPhotoAsync (Results 1 – 6 of 6) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | ContactsAsyncHelperTest.java | 115 cah.startObtainPhotoAsync(TOKEN, mContext, null, mListener, COOKIE); in testEmptyUri() 129 cah.startObtainPhotoAsync(TOKEN, mContext, SAMPLE_CONTACT_PHOTO_URI, mListener, COOKIE); in testNullReturnFromOpenInputStream() 140 cah.startObtainPhotoAsync(TOKEN, mContext, SAMPLE_CONTACT_PHOTO_URI, mListener, COOKIE); in testImageScaling() 161 cah.startObtainPhotoAsync(TOKEN, mContext, SAMPLE_CONTACT_PHOTO_URI_SMALL, in testNoScaling()
|
D | CallerInfoLookupHelperTest.java | 148 verify(mContactsAsyncHelper).startObtainPhotoAsync(anyInt(), eq(mContext), in testSimpleLookup() 188 verify(mContactsAsyncHelper).startObtainPhotoAsync(anyInt(), eq(mContext), in testLookupWithTwoListeners() 227 verify(mContactsAsyncHelper).startObtainPhotoAsync(anyInt(), eq(mContext), in testListenerAddedAfterCallerInfoBeforePhoto()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | ContactsAsyncHelper.java | 73 static void startObtainPhotoAsync( in startObtainPhotoAsync() method in ContactsAsyncHelper
|
D | ContactInfoCache.java | 489 ContactsAsyncHelper.startObtainPhotoAsync( in updateCallerInfoInCacheOnAnyThread()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ContactsAsyncHelper.java | 214 public void startObtainPhotoAsync(int token, Context context, Uri displayPhotoUri, in startObtainPhotoAsync() method in ContactsAsyncHelper
|
D | CallerInfoLookupHelper.java | 220 mContactsAsyncHelper.startObtainPhotoAsync(
|