Searched refs:getContentUri (Results 1 - 25 of 73) sorted by relevance

123

/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DWidgetSource.java27 public Uri getContentUri(int index); method in interface:WidgetSource
H A DMediaSetSource.java70 public Uri getContentUri(int index) { method in class:MediaSetSource
71 return mSource.getContentUri(index);
162 public synchronized Uri getContentUri(int index) { method in class:MediaSetSource.CheckedMediaSetSource
165 return mCache[index - mCacheStart].getContentUri();
220 public Uri getContentUri(int index) { method in class:MediaSetSource.EmptySource
H A DWidgetService.java127 .setData(mSource.getContentUri(position)));
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DDirectoryPartition.java134 public String getContentUri() { method in class:DirectoryPartition
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherSettings.java120 static Uri getContentUri(long id, boolean notify) { method in class:LauncherSettings.Favorites
H A DUninstallShortcutReceiver.java117 final Uri uri = LauncherSettings.Favorites.getContentUri(id, false);
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DGalleryBoundCursorLoader.java34 private static final Uri STORAGE_URI = Files.getContentUri(MEDIA_SCANNER_VOLUME_EXTERNAL);
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DMessagePartImageRequestDescriptor.java38 this(messagePart.getPartId(), messagePart.getContentUri(), desiredWidth, desiredHeight,
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DDraftMessageData.java322 if (existingAttachment.getContentUri().equals(contentUri)) {
328 if (pendingAttachment.getContentUri().equals(contentUri)) {
343 if (reachedLimit || containsAttachment(attachment.getContentUri())) {
410 if (reachedLimit || containsAttachment(pendingAttachment.getContentUri())) {
468 if (existingAttachment.getContentUri().equals(attachment.getContentUri())) {
496 if (existingAttachment.getContentUri().equals(pendingAttachment.getContentUri())) {
508 if (existingAttachment.getContentUri().equals(pendingAttachment.getContentUri())) {
[all...]
H A DPendingAttachmentData.java107 final Uri contentUri = getContentUri();
H A DVCardContactItemData.java57 this(context, messagePartData.getContentUri());
/packages/services/Telephony/src/com/android/phone/settings/fdn/
H A DDeleteFdnContactScreen.java122 Uri uri = FdnList.getContentUri(mSubscriptionInfoHelper);
132 intent.setData(FdnList.getContentUri(mSubscriptionInfoHelper));
H A DFdnList.java68 intent.setData(getContentUri(mSubscriptionInfoHelper));
179 public static Uri getContentUri(SubscriptionInfoHelper subscriptionInfoHelper) { method in class:FdnList
H A DEditFdnContactScreen.java298 Uri uri = FdnList.getContentUri(mSubscriptionInfoHelper);
321 Uri uri = FdnList.getContentUri(mSubscriptionInfoHelper);
353 intent.setData(FdnList.getContentUri(mSubscriptionInfoHelper));
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPanoramaMetadataSupport.java54 mMediaObject.getContentUri()), this);
H A DPhotoPage.java359 Uri contentUri = mCurrentPhoto.getContentUri();
610 .showPanorama(mCurrentPhoto.getContentUri());
644 .putExtra(Intent.EXTRA_STREAM, mediaObject.getContentUri())
665 intent.setDataAndType(current.getContentUri(), current.getMimeType())
687 intent.setDataAndType(current.getContentUri(), current.getMimeType())
709 intent.setDataAndType(current.getContentUri(), current.getMimeType())
1049 intent.setDataAndType(manager.getContentUri(path), current.getMimeType())
1058 intent.setData(manager.getContentUri(path));
1066 manager.getContentUri(path), mActivity);
1087 mActivity.printSelectedImage(manager.getContentUri(pat
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DActionImage.java85 public Uri getContentUri() { method in class:ActionImage
H A DMediaObject.java108 public Uri getContentUri() { method in class:MediaObject
110 Log.e(TAG, "Class " + className + "should implement getContentUri.");
H A DLocalMergeAlbum.java94 public Uri getContentUri() { method in class:LocalMergeAlbum
97 return MediaStore.Files.getContentUri("external").buildUpon()
H A DLocalVideo.java202 public Uri getContentUri() { method in class:LocalVideo
209 return getContentUri();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherSettings.java146 public static Uri getContentUri(long id) { method in class:LauncherSettings.Favorites
/packages/apps/Gallery2/src/com/android/photos/data/
H A DPhotoSetLoader.java38 private static final Uri CONTENT_URI = Files.getContentUri("external");
/packages/apps/Gallery2/src/com/android/photos/shims/
H A DMediaItemsLoader.java118 row[PhotoSetLoader.INDEX_DATA] = item.getContentUri().toString();
164 return mi == null ? null : mi.getContentUri();
H A DMediaSetLoader.java154 return ms == null ? null : ms.getContentUri();
167 result.add(item.getContentUri());
/packages/apps/FMRadio/src/com/android/fmradio/
H A DFmRecorder.java426 MediaStore.Audio.Playlists.getContentUri("external"),
453 MediaStore.Audio.Playlists.getContentUri("external"), cv);
500 Uri uri = MediaStore.Audio.Playlists.Members.getContentUri("external", playlistId);

Completed in 428 milliseconds

123