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

  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
ContactsAsyncHelper.java 50 * @param token Integer passed in {@link ContactsAsyncHelper#startObtainPhotoAsync(int,
54 * @param cookie Object passed in {@link ContactsAsyncHelper#startObtainPhotoAsync(int,
226 public static final void startObtainPhotoAsync(int token, Context context, Uri displayPhotoUri,
ContactInfoCache.java 248 ContactsAsyncHelper.startObtainPhotoAsync(TOKEN_UPDATE_PHOTO_FOR_CALL_STATE,
  /packages/services/Telecomm/src/com/android/server/telecom/
ContactsAsyncHelper.java 49 * @param token Integer passed in {@link ContactsAsyncHelper#startObtainPhotoAsync(int,
53 * @param cookie Object passed in {@link ContactsAsyncHelper#startObtainPhotoAsync(int,
202 public void startObtainPhotoAsync(int token, Context context, Uri displayPhotoUri,
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ContactsAsyncHelperTest.java 93 cah.startObtainPhotoAsync(TOKEN, mContext, null, mListener, COOKIE);
104 cah.startObtainPhotoAsync(TOKEN, mContext, SAMPLE_CONTACT_PHOTO_URI, mListener, COOKIE);
113 cah.startObtainPhotoAsync(TOKEN, mContext, SAMPLE_CONTACT_PHOTO_URI, mListener, COOKIE);
132 cah.startObtainPhotoAsync(TOKEN, mContext, SAMPLE_CONTACT_PHOTO_URI_SMALL,

Completed in 298 milliseconds