Searched defs:displayPhotoUri (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
H A DContactsAsyncHelper.java84 + args.displayPhotoUri
109 * @param displayPhotoUri Uri to be used to fetch the photo
120 Uri displayPhotoUri,
125 if (displayPhotoUri == null) {
137 args.displayPhotoUri = displayPhotoUri;
147 "Begin loading image: " + args.displayPhotoUri + ", displaying default image for now.");
156 public Uri displayPhotoUri; field in class:ContactsAsyncHelper.WorkerArgs
179 inputStream = args.context.getContentResolver().openInputStream(args.displayPhotoUri);
185 args.photo = Drawable.createFromStream(inputStream, args.displayPhotoUri
117 startObtainPhotoAsync( int token, Context context, Uri displayPhotoUri, OnImageLoadCompleteListener listener, Object cookie) argument
[all...]
H A DContactInfoCache.java458 if (cacheEntry.displayPhotoUri != null) {
464 && existingCacheEntry.displayPhotoUri != null
465 && existingCacheEntry.displayPhotoUri.equals(cacheEntry.displayPhotoUri)
480 cacheEntry.displayPhotoUri,
622 cce.displayPhotoUri = info.contactDisplayPhotoUri;
705 Uri displayPhotoUri; field in class:ContactInfoCache.ContactCacheEntry
746 + ", displayPhotoUri="
747 + displayPhotoUri
/packages/services/Telecomm/src/com/android/server/telecom/
H A DContactsAsyncHelper.java82 public Uri displayPhotoUri; field in class:ContactsAsyncHelper.WorkerArgs
108 args.context, args.displayPhotoUri);
115 args.displayPhotoUri.toString());
122 " token: " + msg.what + " image URI: " + args.displayPhotoUri);
127 " token: " + msg.what + " image URI: " + args.displayPhotoUri +
142 " image: " + args.displayPhotoUri + " completed");
195 * @param displayPhotoUri Uri to be used to fetch the photo
203 public void startObtainPhotoAsync(int token, Context context, Uri displayPhotoUri, argument
209 if (displayPhotoUri == null) {
221 args.displayPhotoUri
[all...]
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleNotifications.java555 * 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,
579 requestContactDisplayPhoto(final Context context, final Uri displayPhotoUri) argument

Completed in 150 milliseconds