HomeSort by relevance Sort by last modified time
    Searched refs:displayPhotoUri (Results 1 - 6 of 6) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
ContactsAsyncHelper.java 72 " image: " + args.displayPhotoUri + " completed");
95 public Uri displayPhotoUri;
121 .openInputStream(args.displayPhotoUri);
128 args.displayPhotoUri.toString());
135 " token: " + msg.what + " image URI: " + args.displayPhotoUri);
140 " token: " + msg.what + " image URI: " + args.displayPhotoUri +
207 * @param displayPhotoUri Uri to be used to fetch the photo
215 public static final void startObtainPhotoAsync(int token, Context context, Uri displayPhotoUri,
221 if (displayPhotoUri == null) {
233 args.displayPhotoUri = displayPhotoUri
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
ContactsAsyncHelper.java 72 " image: " + args.displayPhotoUri + " completed");
95 public Uri displayPhotoUri;
121 .openInputStream(args.displayPhotoUri);
128 args.displayPhotoUri.toString());
135 " token: " + msg.what + " image URI: " + args.displayPhotoUri);
140 " token: " + msg.what + " image URI: " + args.displayPhotoUri +
216 * @param displayPhotoUri Uri to be used to fetch the photo
224 public static final void startObtainPhotoAsync(int token, Context context, Uri displayPhotoUri,
228 if (displayPhotoUri == null) {
240 args.displayPhotoUri = displayPhotoUri
    [all...]
ContactInfoCache.java 181 } else if (cacheEntry.displayPhotoUri != null) {
186 mContext, cacheEntry.displayPhotoUri, ContactInfoCache.this, callId);
328 cce.displayPhotoUri = info.contactDisplayPhotoUri;
514 public Uri displayPhotoUri;
528 .add("displayPhotoUri", displayPhotoUri)
ConferenceManagerPresenter.java 156 contactCacheEntry.lookupKey, contactCacheEntry.displayPhotoUri);
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 242 milliseconds