HomeSort by relevance Sort by last modified time
    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";
492 intent.setData(DocumentsContract.buildRootUri(AUTHORITY_MEDIA, "images_root"));
498 intent.setData(DocumentsContract.buildRootUri(AUTHORITY_MEDIA, "videos_root"));
504 intent.setData(DocumentsContract.buildRootUri(AUTHORITY_MEDIA, "audio_root"));
    [all...]

Completed in 5927 milliseconds