Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/apex/framework/api/
Dcurrent.txt106 field public static final android.net.Uri INTERNAL_CONTENT_URI;
123 field public static final android.net.Uri INTERNAL_CONTENT_URI;
161 field public static final android.net.Uri INTERNAL_CONTENT_URI;
187 field public static final android.net.Uri INTERNAL_CONTENT_URI;
198 field @Deprecated public static final android.net.Uri INTERNAL_CONTENT_URI;
234 field @NonNull public static final android.net.Uri INTERNAL_CONTENT_URI;
286 field public static final android.net.Uri INTERNAL_CONTENT_URI;
306 field @Deprecated public static final android.net.Uri INTERNAL_CONTENT_URI;
374 field public static final android.net.Uri INTERNAL_CONTENT_URI;
390 field @Deprecated public static final android.net.Uri INTERNAL_CONTENT_URI;
/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/providers/MediaProvider/apex/framework/java/android/provider/
DMediaStore.java2028 public static final Uri INTERNAL_CONTENT_URI = field in MediaStore.Downloads
2424 public static final Uri INTERNAL_CONTENT_URI = field in MediaStore.Images.Media
2598 public static final Uri INTERNAL_CONTENT_URI = field in MediaStore.Images.Thumbnails
3007 public static final Uri INTERNAL_CONTENT_URI = field in MediaStore.Audio.Media
3097 public static final Uri INTERNAL_CONTENT_URI = field in MediaStore.Audio.Genres
3225 public static final Uri INTERNAL_CONTENT_URI = field in MediaStore.Audio.Playlists
3377 public static final Uri INTERNAL_CONTENT_URI = field in MediaStore.Audio.Artists
3543 public static final Uri INTERNAL_CONTENT_URI = field in MediaStore.Audio.Albums
3783 public static final Uri INTERNAL_CONTENT_URI = field in MediaStore.Video.Media
3913 public static final Uri INTERNAL_CONTENT_URI = field in MediaStore.Video.Thumbnails
/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/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.java824 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.java268 try (Cursor c = mContentResolver.query(MediaStore.Audio.Media.INTERNAL_CONTENT_URI, in testVolumeName()