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 81 public Uri displayPhotoUri;
107 args.context, args.displayPhotoUri);
114 args.displayPhotoUri.toString());
121 " token: " + msg.what + " image URI: " + args.displayPhotoUri);
126 " token: " + msg.what + " image URI: " + args.displayPhotoUri +
141 " image: " + args.displayPhotoUri + " completed");
194 * @param displayPhotoUri Uri to be used to fetch the photo
202 public void startObtainPhotoAsync(int token, Context context, Uri displayPhotoUri,
208 if (displayPhotoUri == null) {
220 args.displayPhotoUri = displayPhotoUri
    [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
ContactsAsyncHelper.java 74 " image: " + args.displayPhotoUri + " completed");
97 public Uri displayPhotoUri;
123 .openInputStream(args.displayPhotoUri);
130 args.displayPhotoUri.toString());
137 " token: " + msg.what + " image URI: " + args.displayPhotoUri);
142 " token: " + msg.what + " image URI: " + args.displayPhotoUri +
218 * @param displayPhotoUri Uri to be used to fetch the photo
226 public static final void startObtainPhotoAsync(int token, Context context, Uri displayPhotoUri,
230 if (displayPhotoUri == null) {
242 args.displayPhotoUri = displayPhotoUri
    [all...]
ContactInfoCache.java 243 } else if (cacheEntry.displayPhotoUri != null) {
249 mContext, cacheEntry.displayPhotoUri, ContactInfoCache.this, callId);
430 cce.displayPhotoUri = info.contactDisplayPhotoUri;
670 public Uri displayPhotoUri;
690 .add("displayPhotoUri", displayPhotoUri)
ConferenceParticipantListAdapter.java 368 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 564 milliseconds