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

  /packages/services/Telecomm/src/com/android/server/telecom/
ContactsAsyncHelper.java 73 public Uri displayPhotoUri;
99 .openInputStream(args.displayPhotoUri);
106 args.displayPhotoUri.toString());
113 " token: " + msg.what + " image URI: " + args.displayPhotoUri);
118 " token: " + msg.what + " image URI: " + args.displayPhotoUri +
133 " image: " + args.displayPhotoUri + " completed");
186 * @param displayPhotoUri Uri to be used to fetch the photo
194 public final void startObtainPhotoAsync(int token, Context context, Uri displayPhotoUri,
200 if (displayPhotoUri == null) {
212 args.displayPhotoUri = displayPhotoUri
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
ContactsAsyncHelper.java 72 " image: " + args.displayPhotoUri + " completed");
95 public Uri displayPhotoUri;
121 .openInputStream(args.displayPhotoUri);
128 args.displayPhotoUri.toString());
135 " token: " + msg.what + " image URI: " + args.displayPhotoUri);
140 " token: " + msg.what + " image URI: " + args.displayPhotoUri +
216 * @param displayPhotoUri Uri to be used to fetch the photo
224 public static final void startObtainPhotoAsync(int token, Context context, Uri displayPhotoUri,
228 if (displayPhotoUri == null) {
240 args.displayPhotoUri = displayPhotoUri
    [all...]
ContactInfoCache.java 232 } else if (cacheEntry.displayPhotoUri != null) {
237 mContext, cacheEntry.displayPhotoUri, ContactInfoCache.this, callId);
377 cce.displayPhotoUri = info.contactDisplayPhotoUri;
579 public Uri displayPhotoUri;
593 .add("displayPhotoUri", displayPhotoUri)
ConferenceParticipantListAdapter.java 344 contactCache.lookupKey, contactCache.displayPhotoUri, thisRowCanSeparate,
VideoCallPresenter.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleNotifications.java 555 * Returns the displayPhotoUri from the avatar URI, or null if avatar URI
556 * does not have a displayPhotoUri.
580 final Uri displayPhotoUri) {
582 new UriImageRequestDescriptor(displayPhotoUri,
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 340 milliseconds