OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUTHORITY_MEDIA
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
Metrics.java
52
private static final String
AUTHORITY_MEDIA
= "com.android.providers.media.documents";
668
case
AUTHORITY_MEDIA
:
748
case
AUTHORITY_MEDIA
:
[
all
...]
/packages/apps/Settings/src/com/android/settings/deviceinfo/
PrivateVolumeSettings.java
93
private static final String
AUTHORITY_MEDIA
= "com.android.providers.media.documents";
482
intent.setData(DocumentsContract.buildRootUri(
AUTHORITY_MEDIA
, "images_root"));
488
intent.setData(DocumentsContract.buildRootUri(
AUTHORITY_MEDIA
, "videos_root"));
494
intent.setData(DocumentsContract.buildRootUri(
AUTHORITY_MEDIA
, "audio_root"));
[
all
...]
Completed in 63 milliseconds