Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/provider/
DMediaStore.java1224 public static final Uri EXTERNAL_CONTENT_URI = getContentUri(VOLUME_EXTERNAL); field in MediaStore.Files
1442 public static final Uri EXTERNAL_CONTENT_URI = field in MediaStore.Downloads
1733 MediaStore.Images.Media.EXTERNAL_CONTENT_URI, name, mimeType); in insertImage()
1768 MediaStore.Images.Media.EXTERNAL_CONTENT_URI, title, "image/jpeg"); in insertImage()
1811 public static final Uri EXTERNAL_CONTENT_URI = field in MediaStore.Images.Media
1867 return cr.query(EXTERNAL_CONTENT_URI, projection, in queryMiniThumbnail()
1888 Images.Media.EXTERNAL_CONTENT_URI, origId); in cancelThumbnailRequest()
1911 Images.Media.EXTERNAL_CONTENT_URI, imageId); in getThumbnail()
1977 public static final Uri EXTERNAL_CONTENT_URI = field in MediaStore.Images.Thumbnails
2309 public static final Uri EXTERNAL_CONTENT_URI = field in MediaStore.Audio.Media
[all …]
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DMediaStoreSaver.java72 url = cr.insert(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, values); in insertImage()
140 Uri url = cr.insert(Images.Thumbnails.EXTERNAL_CONTENT_URI, values); in storeThumbnail()
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DMediaStoreSaver.java72 url = cr.insert(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, values); in insertImage()
140 Uri url = cr.insert(Images.Thumbnails.EXTERNAL_CONTENT_URI, values); in storeThumbnail()
/frameworks/base/media/java/android/media/
DRingtoneManager.java461 MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, parentInfo.id)); in getParentProfileRingtones()
572 return new ExternalRingtonesCursorWrapper(res, MediaStore.Audio.Media.EXTERNAL_CONTENT_URI); in getMediaRingtones()
580 MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, MEDIA_COLUMNS, in getMediaRingtones()
836 return isRingtoneUriInStorage(uri, MediaStore.Audio.Media.EXTERNAL_CONTENT_URI); in isExternalRingtoneUri()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DRingtonePlayer.java210 if (uri.toString().startsWith(MediaStore.Audio.Media.EXTERNAL_CONTENT_URI.toString())) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java256 MediaStore.Images.Media.EXTERNAL_CONTENT_URI, mImageFileName, "image/png"); in doInBackground()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java3068 ContentUris.withAppendedId(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, 1)); in updateUriPermissions_update()
3071 ContentUris.withAppendedId(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, 2)); in updateUriPermissions_update()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...