HomeSort by relevance Sort by last modified time
    Searched refs:photoUri (Results 1 - 25 of 55) sorted by null

1 2 3

  /packages/apps/Dialer/src/com/android/dialer/calllog/
ContactInfo.java 45 public Uri photoUri;
79 if (!UriUtils.areEqual(photoUri, other.photoUri)) return false;
89 .add("photoUri", photoUri).add("objectId", objectId).toString();
  /developers/build/prebuilts/gradle/BeamLargeFiles/Application/src/main/java/com/example/android/beamlargefiles/
BeamLargeFilesFragment.java 93 Uri photoUri = Uri.parse(CONTENT_BASE_URI + FILENAME);
94 Log.i(TAG, "Sending URI: " + photoUri);
95 return new Uri[] {photoUri};
  /developers/samples/android/connectivity/nfc/BeamLargeFiles/Application/src/main/java/com/example/android/beamlargefiles/
BeamLargeFilesFragment.java 93 Uri photoUri = Uri.parse(CONTENT_BASE_URI + FILENAME);
94 Log.i(TAG, "Sending URI: " + photoUri);
95 return new Uri[] {photoUri};
  /development/samples/browseable/BeamLargeFiles/src/com.example.android.beamlargefiles/
BeamLargeFilesFragment.java 93 Uri photoUri = Uri.parse(CONTENT_BASE_URI + FILENAME);
94 Log.i(TAG, "Sending URI: " + photoUri);
95 return new Uri[] {photoUri};
  /frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
PhotoBitmapLoader.java 39 public PhotoBitmapLoader(Context context, String photoUri) {
41 mPhotoUri = photoUri;
45 public void setPhotoUri(String photoUri) {
46 mPhotoUri = photoUri;
PhotoBitmapLoaderInterface.java 10 public void setPhotoUri(String photoUri);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntry.java 31 public Uri photoUri;
ContactTileView.java 129 configureViewForImage(entry.photoUri == null);
131 mPhotoManager.loadPhoto(mPhoto, entry.photoUri, getApproximateImageSize(),
139 mPhotoManager.loadPhoto(mQuickContact, entry.photoUri,
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
AccountImageHelper.java 65 String photoUri = null;
75 photoUri = c.getString(4);
84 if (contactId != -1 && !TextUtils.isEmpty(lookupKey) && !TextUtils.isEmpty(photoUri)) {
90 return photoUri;
  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
MockContactPhotoManager.java 38 public void loadPhoto(ImageView view, Uri photoUri, int requestedExtent, boolean darkTheme,
66 public void cacheBitmap(Uri photoUri, Bitmap bitmap, byte[] photoBytes) {
  /frameworks/opt/chips/tests/src/com/android/ex/chips/
RecipientAlternatesAdapterTest.java 84 String photoUri,
88 contactId, dataId, photoUri, displayNameSource});
99 String photoUri,
109 assertEquals(photoUri, c.getString(6));
  /packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/
BuglePhotoBitmapLoader.java 45 public BuglePhotoBitmapLoader(Context context, String photoUri) {
47 mPhotoUri = photoUri;
51 public void setPhotoUri(String photoUri) {
52 mPhotoUri = photoUri;
BuglePhotoViewController.java 105 final String photoUri = adapter.getPhotoUri(cursor);
115 shareIntent.putExtra(Intent.EXTRA_STREAM, Uri.parse(photoUri));
126 final Uri photoUri = Uri.parse(getAdapter().getPhotoUri(cursor));
127 return MediaScratchFileProvider.isMediaScratchSpaceUri(photoUri);
161 final String photoUri = adapter.getPhotoUri(cursor);
163 Uri.parse(photoUri), adapter.getContentType(cursor)).executeOnThreadPool();
  /packages/apps/Contacts/src/com/android/contacts/detail/
PhotoSelectionHandler.java 237 protected abstract void startPhotoActivity(Intent intent, int requestCode, Uri photoUri);
269 private void startTakePhotoActivity(Uri photoUri) {
270 final Intent intent = getTakePhotoIntent(photoUri);
271 startPhotoActivity(intent, REQUEST_CODE_CAMERA_WITH_DATA, photoUri);
280 private void startPickFromGalleryActivity(Uri photoUri) {
281 final Intent intent = getPhotoPickIntent(photoUri);
282 startPhotoActivity(intent, REQUEST_CODE_PHOTO_PICKED_WITH_DATA, photoUri);
  /packages/apps/Contacts/src/com/android/contacts/editor/
PhotoEditorView.java 141 final Uri photoUri = DisplayPhoto.CONTENT_URI.buildUpon()
143 setFullSizedPhoto(photoUri);
205 * Bind the {@param photoUri}'s photo to editor's UI. This doesn't affect {@link ValuesDelta}.
207 public void setFullSizedPhoto(Uri photoUri) {
208 if (photoUri != null) {
217 mContactPhotoManager.loadPhoto(mPhotoImageView, photoUri,
CompactPhotoEditorView.java 166 final Uri photoUri = DisplayPhoto.CONTENT_URI.buildUpon()
168 setFullSizedPhoto(photoUri);
290 public void setFullSizedPhoto(Uri photoUri) {
291 if (photoUri != null) {
300 mContactPhotoManager.loadPhoto(mPhotoImageView, photoUri,
  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
PhotoPagerAdapter.java 51 final String photoUri = getPhotoUri(cursor);
55 if(photoUri == null && loading) {
63 .setResolvedPhotoUri(photoUri)
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 237 Uri photoUri = Uri.withAppendedPath(contactUri, ContactsContract.Contacts.Photo
242 , photoUri);
244 Log.e(TAG, String.format("Failed to load resource. Uri %s", photoUri), e);
269 Uri photoUri = Uri.withAppendedPath(contactUri, ContactsContract.Contacts.Photo
273 contactPhoto.setImageURI(photoUri);
290 Log.i(TAG, String.format("Contact updated. Name %s, PhotoUri %s", name, photoUri));
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 237 Uri photoUri = Uri.withAppendedPath(contactUri, ContactsContract.Contacts.Photo
242 , photoUri);
244 Log.e(TAG, String.format("Failed to load resource. Uri %s", photoUri), e);
269 Uri photoUri = Uri.withAppendedPath(contactUri, ContactsContract.Contacts.Photo
273 contactPhoto.setImageURI(photoUri);
290 Log.i(TAG, String.format("Contact updated. Name %s, PhotoUri %s", name, photoUri));
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 237 Uri photoUri = Uri.withAppendedPath(contactUri, ContactsContract.Contacts.Photo
242 , photoUri);
244 Log.e(TAG, String.format("Failed to load resource. Uri %s", photoUri), e);
269 Uri photoUri = Uri.withAppendedPath(contactUri, ContactsContract.Contacts.Photo
273 contactPhoto.setImageURI(photoUri);
290 Log.i(TAG, String.format("Contact updated. Name %s, PhotoUri %s", name, photoUri));
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 197 * @param photoUri The photo URI to remove the contact type from.
200 public static Uri removeContactType(Uri photoUri) {
201 String encodedFragment = photoUri.getEncodedFragment();
203 Builder builder = photoUri.buildUpon();
207 return photoUri;
213 * @param photoUri The URI to inspect.
216 public static boolean isBusinessContactUri(Uri photoUri) {
217 if (photoUri == null) {
221 String encodedFragment = photoUri.getEncodedFragment();
481 * @param photoUri The uri of the photo to loa
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetails.java 67 public Uri photoUri;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java 73 String photoUri;
88 if (photoUri != null) {
89 icon1 = photoUri.toString();
151 photoUri = null;
261 suggestion.photoUri = c.getString(2);
  /packages/apps/Calendar/src/com/android/calendar/
ContactsAsyncHelper.java 191 AttendeeItem item, Runnable run, Uri photoUri) {
195 if (photoUri == null) {
206 args.uri = photoUri;
  /packages/apps/Contacts/src/com/android/contacts/util/
ContactPhotoUtils.java 137 * @param photoUri The uri of the file to save the image to.
139 public static void addPhotoPickerExtras(Intent intent, Uri photoUri) {
140 intent.putExtra(MediaStore.EXTRA_OUTPUT, photoUri);
143 intent.setClipData(ClipData.newRawUri(MediaStore.EXTRA_OUTPUT, photoUri));

Completed in 2417 milliseconds

1 2 3