Searched refs:displayPhotoUri (Results 1 – 6 of 6) 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 | 84 + args.displayPhotoUri 120 Uri displayPhotoUri, in startObtainPhotoAsync() argument 125 if (displayPhotoUri == null) { in startObtainPhotoAsync() 137 args.displayPhotoUri = displayPhotoUri; in startObtainPhotoAsync() 147 "Begin loading image: " + args.displayPhotoUri + ", displaying default image for now."); in startObtainPhotoAsync() 156 public Uri displayPhotoUri; field in ContactsAsyncHelper.WorkerArgs 179 inputStream = args.context.getContentResolver().openInputStream(args.displayPhotoUri); in handleMessage() 185 args.photo = Drawable.createFromStream(inputStream, args.displayPhotoUri.toString()); in handleMessage() 198 + args.displayPhotoUri); in handleMessage() 209 + args.displayPhotoUri in handleMessage()
|
D | ContactInfoCache.java | 458 if (cacheEntry.displayPhotoUri != null) { in updateCallerInfoInCacheOnAnyThread() 464 && existingCacheEntry.displayPhotoUri != null in updateCallerInfoInCacheOnAnyThread() 465 && existingCacheEntry.displayPhotoUri.equals(cacheEntry.displayPhotoUri) in updateCallerInfoInCacheOnAnyThread() 480 cacheEntry.displayPhotoUri, in updateCallerInfoInCacheOnAnyThread() 622 cce.displayPhotoUri = info.contactDisplayPhotoUri; in buildEntry() 705 Uri displayPhotoUri; field in ContactInfoCache.ContactCacheEntry 747 + displayPhotoUri in toString()
|
D | ConferenceParticipantListAdapter.java | 246 contactCache.displayPhotoUri, in getView()
|
/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 | 6027 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI); in testUpdateStreamItemPhotoById() local 6030 mResolver.openInputStream(Uri.parse(displayPhotoUri))); in testUpdateStreamItemPhotoById() 6054 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI); in testUpdateStreamItemPhotoWithContentValues() local 6057 mResolver.openInputStream(Uri.parse(displayPhotoUri))); in testUpdateStreamItemPhotoWithContentValues()
|