Home
last modified time | relevance | path

Searched refs:displayPhotoUri (Results 1 – 5 of 5) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
DContactsAsyncHelper.java72 " image: " + args.displayPhotoUri + " completed");
95 public Uri displayPhotoUri; field in ContactsAsyncHelper.WorkerArgs
121 .openInputStream(args.displayPhotoUri); in handleMessage()
128 args.displayPhotoUri.toString()); in handleMessage()
135 " token: " + msg.what + " image URI: " + args.displayPhotoUri); in handleMessage()
140 " token: " + msg.what + " image URI: " + args.displayPhotoUri + in handleMessage()
224 public static final void startObtainPhotoAsync(int token, Context context, Uri displayPhotoUri, in startObtainPhotoAsync() argument
228 if (displayPhotoUri == null) { in startObtainPhotoAsync()
240 args.displayPhotoUri = displayPhotoUri; in startObtainPhotoAsync()
248 Log.d("startObjectPhotoAsync", "Begin loading image: " + args.displayPhotoUri + in startObtainPhotoAsync()
DContactInfoCache.java182 } else if (cacheEntry.displayPhotoUri != null) { in findInfoQueryComplete()
187 mContext, cacheEntry.displayPhotoUri, ContactInfoCache.this, callId); in findInfoQueryComplete()
327 cce.displayPhotoUri = info.contactDisplayPhotoUri; in buildEntry()
529 public Uri displayPhotoUri; field in ContactInfoCache.ContactCacheEntry
543 .add("displayPhotoUri", displayPhotoUri) in toString()
DConferenceParticipantListAdapter.java344 contactCache.lookupKey, contactCache.displayPhotoUri, thisRowCanSeparate, in getView()
/packages/services/Telecomm/src/com/android/server/telecom/
DContactsAsyncHelper.java72 " image: " + args.displayPhotoUri + " completed");
95 public Uri displayPhotoUri; field in ContactsAsyncHelper.WorkerArgs
121 .openInputStream(args.displayPhotoUri); in handleMessage()
128 args.displayPhotoUri.toString()); in handleMessage()
135 " token: " + msg.what + " image URI: " + args.displayPhotoUri); in handleMessage()
140 " token: " + msg.what + " image URI: " + args.displayPhotoUri + in handleMessage()
215 public static final void startObtainPhotoAsync(int token, Context context, Uri displayPhotoUri, in startObtainPhotoAsync() argument
221 if (displayPhotoUri == null) { in startObtainPhotoAsync()
233 args.displayPhotoUri = displayPhotoUri; in startObtainPhotoAsync()
241 Log.d(LOG_TAG, "Begin loading image: " + args.displayPhotoUri + in startObtainPhotoAsync()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java5194 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI); in testUpdateStreamItemPhotoById() local
5197 mResolver.openInputStream(Uri.parse(displayPhotoUri))); in testUpdateStreamItemPhotoById()
5221 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI); in testUpdateStreamItemPhotoWithContentValues() local
5224 mResolver.openInputStream(Uri.parse(displayPhotoUri))); in testUpdateStreamItemPhotoWithContentValues()