HomeSort by relevance Sort by last modified time
    Searched refs:displayPhotoUri (Results 1 - 7 of 7) 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 182 } else if (cacheEntry.displayPhotoUri != null) {
187 mContext, cacheEntry.displayPhotoUri, ContactInfoCache.this, callId);
327 cce.displayPhotoUri = info.contactDisplayPhotoUri;
529 public Uri displayPhotoUri;
543 .add("displayPhotoUri", displayPhotoUri)
ConferenceParticipantListAdapter.java 344 contactCache.lookupKey, contactCache.displayPhotoUri, thisRowCanSeparate,
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 262 milliseconds