Searched refs:displayPhotoUri (Results 1 – 7 of 7) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ContactsAsyncHelper.java | 81 public Uri displayPhotoUri; field in ContactsAsyncHelper.WorkerArgs 107 args.context, args.displayPhotoUri); in handleMessage() 114 args.displayPhotoUri.toString()); in handleMessage() 121 " token: " + msg.what + " image URI: " + args.displayPhotoUri); in handleMessage() 126 " token: " + msg.what + " image URI: " + args.displayPhotoUri + in handleMessage() 141 " image: " + args.displayPhotoUri + " completed"); in handleMessage() 202 public void startObtainPhotoAsync(int token, Context context, Uri displayPhotoUri, in startObtainPhotoAsync() argument 208 if (displayPhotoUri == null) { in startObtainPhotoAsync() 220 args.displayPhotoUri = displayPhotoUri; in startObtainPhotoAsync() 228 Log.d(LOG_TAG, "Begin loading image: " + args.displayPhotoUri + in startObtainPhotoAsync()
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
D | ContactsAsyncHelper.java | 74 " image: " + args.displayPhotoUri + " completed"); 97 public Uri displayPhotoUri; field in ContactsAsyncHelper.WorkerArgs 123 .openInputStream(args.displayPhotoUri); in handleMessage() 130 args.displayPhotoUri.toString()); in handleMessage() 137 " token: " + msg.what + " image URI: " + args.displayPhotoUri); in handleMessage() 142 " token: " + msg.what + " image URI: " + args.displayPhotoUri + in handleMessage() 226 public static final void startObtainPhotoAsync(int token, Context context, Uri displayPhotoUri, in startObtainPhotoAsync() argument 230 if (displayPhotoUri == null) { in startObtainPhotoAsync() 242 args.displayPhotoUri = displayPhotoUri; in startObtainPhotoAsync() 250 Log.d("startObjectPhotoAsync", "Begin loading image: " + args.displayPhotoUri + in startObtainPhotoAsync()
|
D | ContactInfoCache.java | 243 } else if (cacheEntry.displayPhotoUri != null) { in findInfoQueryComplete() 249 mContext, cacheEntry.displayPhotoUri, ContactInfoCache.this, callId); in findInfoQueryComplete() 430 cce.displayPhotoUri = info.contactDisplayPhotoUri; in buildEntry() 670 public Uri displayPhotoUri; field in ContactInfoCache.ContactCacheEntry 690 .add("displayPhotoUri", displayPhotoUri) in toString()
|
D | VideoCallPresenter.java | 1233 mProfileInfo.displayPhotoUri = photoUri == null ? null in loadProfilePhotoAsync() 1267 mProfileInfo.displayPhotoUri, in loadProfilePhotoAsync()
|
D | ConferenceParticipantListAdapter.java | 368 contactCache.lookupKey, contactCache.displayPhotoUri, thisRowCanSeparate, 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 | 5935 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI); in testUpdateStreamItemPhotoById() local 5938 mResolver.openInputStream(Uri.parse(displayPhotoUri))); in testUpdateStreamItemPhotoById() 5962 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI); in testUpdateStreamItemPhotoWithContentValues() local 5965 mResolver.openInputStream(Uri.parse(displayPhotoUri))); in testUpdateStreamItemPhotoWithContentValues()
|