Searched refs:displayPhotoUri (Results 1 – 7 of 7) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ContactsAsyncHelper.java | 82 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/ |
D | ContactsAsyncHelper.java | 76 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()
|
D | ContactInfoCache.java | 470 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()
|
D | ConferenceParticipantListAdapter.java | 239 contactCache.displayPhotoUri, in getView()
|
D | CallCardPresenter.java | 721 .setPhotoUri(primaryContactInfo.displayPhotoUri) in updatePrimaryDisplayInfo()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BugleNotifications.java | 580 final Uri displayPhotoUri) { in requestContactDisplayPhoto() argument 582 new UriImageRequestDescriptor(displayPhotoUri, in requestContactDisplayPhoto()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 5905 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()
|