Home
last modified time | relevance | path

Searched refs:INTERNAL_CONTENT_URI (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
DDataModel.java49 MediaStore.Audio.Media.INTERNAL_CONTENT_URI,
54 MediaStore.Audio.Albums.INTERNAL_CONTENT_URI,
59 MediaStore.Audio.Artists.INTERNAL_CONTENT_URI,
64 MediaStore.Audio.Genres.INTERNAL_CONTENT_URI,
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DLocalSource.java71 Uri uri = internal ? MediaStore.Images.Media.INTERNAL_CONTENT_URI in findAlbums()
189 Uri uri = internal ? MediaStore.Images.Media.INTERNAL_CONTENT_URI in findImages()
/packages/providers/MediaProvider/apex/framework/java/android/provider/
DMediaStore.java2557 public static final Uri INTERNAL_CONTENT_URI = field in MediaStore.Downloads
2953 public static final Uri INTERNAL_CONTENT_URI = field in MediaStore.Images.Media
3127 public static final Uri INTERNAL_CONTENT_URI = field in MediaStore.Images.Thumbnails
3496 public static final Uri INTERNAL_CONTENT_URI = field in MediaStore.Audio.Media
3586 public static final Uri INTERNAL_CONTENT_URI = field in MediaStore.Audio.Genres
3709 public static final Uri INTERNAL_CONTENT_URI = field in MediaStore.Audio.Playlists
3861 public static final Uri INTERNAL_CONTENT_URI = field in MediaStore.Audio.Artists
4027 public static final Uri INTERNAL_CONTENT_URI = field in MediaStore.Audio.Albums
4262 public static final Uri INTERNAL_CONTENT_URI = field in MediaStore.Video.Media
4392 public static final Uri INTERNAL_CONTENT_URI = field in MediaStore.Video.Thumbnails
/packages/providers/MediaProvider/apex/framework/api/
Dcurrent.txt219 field public static final android.net.Uri INTERNAL_CONTENT_URI;
236 field public static final android.net.Uri INTERNAL_CONTENT_URI;
274 field public static final android.net.Uri INTERNAL_CONTENT_URI;
300 field public static final android.net.Uri INTERNAL_CONTENT_URI;
311 field @Deprecated public static final android.net.Uri INTERNAL_CONTENT_URI;
347 field @NonNull public static final android.net.Uri INTERNAL_CONTENT_URI;
399 field public static final android.net.Uri INTERNAL_CONTENT_URI;
419 field @Deprecated public static final android.net.Uri INTERNAL_CONTENT_URI;
499 field public static final android.net.Uri INTERNAL_CONTENT_URI;
515 field @Deprecated public static final android.net.Uri INTERNAL_CONTENT_URI;
/packages/apps/Gallery/src/com/android/camera/
DImageManager.java314 Images.Media.INTERNAL_CONTENT_URI, sort, bucketId)); in makeImageList()
360 MediaStore.Images.Media.INTERNAL_CONTENT_URI.toString()); in isSingleImageMode()
DGalleryPicker.java825 Uri uri = Images.Media.INTERNAL_CONTENT_URI;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
DEnterpriseContactsCursorWrapper.java105 MediaStore.Audio.Media.INTERNAL_CONTENT_URI)) { in getString()
/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/
DClientPlaylistTest.java271 try (Cursor c = mContentResolver.query(MediaStore.Audio.Media.INTERNAL_CONTENT_URI, in testVolumeName()