Home | History | Annotate | Download | only in incallui

Lines Matching refs:displayPhotoUri

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;
248 Log.d("startObjectPhotoAsync", "Begin loading image: " + args.displayPhotoUri +