Searched refs:AUTHORITY_MEDIA (Results 1 – 6 of 6) sorted by relevance
263 return Providers.AUTHORITY_MEDIA.equals(authority) in isImages()268 return Providers.AUTHORITY_MEDIA.equals(authority) in isVideos()273 return Providers.AUTHORITY_MEDIA.equals(authority) in isAudio()
35 public static final String AUTHORITY_MEDIA = "com.android.providers.media.documents"; field in Providers
40 private static final String AUTHORITY_MEDIA = "com.android.providers.media.documents"; field in MusicViewHolderController83 DocumentsContract.buildRootUri(AUTHORITY_MEDIA, "audio_root"), in onClick()
92 private static final String AUTHORITY_MEDIA = "com.android.providers.media.documents"; field in PrivateVolumeSettings482 intent = getIntentForStorage(AUTHORITY_MEDIA, "images_root"); in onPreferenceTreeClick()485 intent = getIntentForStorage(AUTHORITY_MEDIA, "videos_root"); in onPreferenceTreeClick()488 intent = getIntentForStorage(AUTHORITY_MEDIA, "audio_root"); in onPreferenceTreeClick()
610 case Providers.AUTHORITY_MEDIA: in logFileOperationFailure()854 case Providers.AUTHORITY_MEDIA: in sanitizeRoot()934 case Providers.AUTHORITY_MEDIA: in isSystemProvider()
95 private static final String AUTHORITY_MEDIA = "com.android.providers.media.documents"; field in StorageItemPreferenceController