Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DContactsAsyncHelper.java82 public Uri displayPhotoUri; field in ContactsAsyncHelper.WorkerArgs
108 args.context, args.displayPhotoUri); in handleMessage()
115 args.displayPhotoUri.toString()); in handleMessage()
122 " token: " + msg.what + " image URI: " + args.displayPhotoUri); in handleMessage()
127 " token: " + msg.what + " image URI: " + args.displayPhotoUri + in handleMessage()
142 " image: " + args.displayPhotoUri + " completed"); in handleMessage()
203 public void startObtainPhotoAsync(int token, Context context, Uri displayPhotoUri, in startObtainPhotoAsync() argument
209 if (displayPhotoUri == null) { in startObtainPhotoAsync()
221 args.displayPhotoUri = displayPhotoUri; in startObtainPhotoAsync()
229 Log.d(LOG_TAG, "Begin loading image: " + args.displayPhotoUri + in startObtainPhotoAsync()
/packages/apps/Dialer/java/com/android/incallui/
DContactsAsyncHelper.java76 Uri displayPhotoUri, in startObtainPhotoAsync() argument
81 if (displayPhotoUri == null) { in startObtainPhotoAsync()
94 args.displayPhotoUri = displayPhotoUri; in startObtainPhotoAsync()
108 + args.displayPhotoUri in startObtainPhotoAsync()
122 public Uri displayPhotoUri; field in ContactsAsyncHelper.WorkerArgs
137 inputStream = args.context.getContentResolver().openInputStream(args.displayPhotoUri); in doInBackground()
144 args.photo = Drawable.createFromStream(inputStream, args.displayPhotoUri.toString()); in doInBackground()
153 args.displayPhotoUri); in doInBackground()
160 args.displayPhotoUri); in doInBackground()
DContactInfoCache.java470 if (cacheEntry.displayPhotoUri != null) { in updateCallerInfoInCacheOnAnyThread()
476 && existingCacheEntry.displayPhotoUri != null in updateCallerInfoInCacheOnAnyThread()
477 && existingCacheEntry.displayPhotoUri.equals(cacheEntry.displayPhotoUri) in updateCallerInfoInCacheOnAnyThread()
492 cacheEntry.displayPhotoUri, in updateCallerInfoInCacheOnAnyThread()
637 cce.displayPhotoUri = info.contactDisplayPhotoUri; in buildEntry()
711 Uri displayPhotoUri; field in ContactInfoCache.ContactCacheEntry
756 + displayPhotoUri in toString()
DConferenceParticipantListAdapter.java239 contactCache.displayPhotoUri, in getView()
DCallCardPresenter.java721 .setPhotoUri(primaryContactInfo.displayPhotoUri) in updatePrimaryDisplayInfo()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java580 final Uri displayPhotoUri) { in requestContactDisplayPhoto() argument
582 new UriImageRequestDescriptor(displayPhotoUri, in requestContactDisplayPhoto()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java5905 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI); in testUpdateStreamItemPhotoById() local
5908 mResolver.openInputStream(Uri.parse(displayPhotoUri))); in testUpdateStreamItemPhotoById()
5932 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI); in testUpdateStreamItemPhotoWithContentValues() local
5935 mResolver.openInputStream(Uri.parse(displayPhotoUri))); in testUpdateStreamItemPhotoWithContentValues()