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

/packages/apps/InCallUI/src/com/android/incallui/
H A DContactsAsyncHelper.java72 " image: " + args.displayPhotoUri + " completed");
95 public Uri displayPhotoUri; field in class:ContactsAsyncHelper.WorkerArgs
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, argument
228 if (displayPhotoUri == null) {
240 args.displayPhotoUri
[all...]
H A DContactInfoCache.java181 } else if (cacheEntry.displayPhotoUri != null) {
186 mContext, cacheEntry.displayPhotoUri, ContactInfoCache.this, callId);
328 cce.displayPhotoUri = info.contactDisplayPhotoUri;
514 public Uri displayPhotoUri; field in class:ContactInfoCache.ContactCacheEntry
528 .add("displayPhotoUri", displayPhotoUri)
/packages/services/Telecomm/src/com/android/server/telecom/
H A DContactsAsyncHelper.java72 " image: " + args.displayPhotoUri + " completed");
95 public Uri displayPhotoUri; field in class:ContactsAsyncHelper.WorkerArgs
121 .openInputStream(args.displayPhotoUri);
128 args.displayPhotoUri.toString());
135 " token: " + msg.what + " image URI: " + args.displayPhotoUri);
140 " token: " + msg.what + " image URI: " + args.displayPhotoUri +
207 * @param displayPhotoUri Uri to be used to fetch the photo
215 public static final void startObtainPhotoAsync(int token, Context context, Uri displayPhotoUri, argument
221 if (displayPhotoUri == null) {
233 args.displayPhotoUri
[all...]

Completed in 1081 milliseconds