Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java1767 case AUDIO_PLAYLISTS_ID_MEMBERS_ID: in queryInternal()
1871 case AUDIO_PLAYLISTS_ID_MEMBERS_ID: in getType()
3585 case AUDIO_PLAYLISTS_ID_MEMBERS_ID: in getQueryBuilderInternal()
4089 case AUDIO_PLAYLISTS_ID_MEMBERS_ID: in deleteInternal()
4983 case AUDIO_PLAYLISTS_ID_MEMBERS_ID: in updateInternal()
6150 private static final int AUDIO_PLAYLISTS_ID_MEMBERS_ID = 113; field in MediaProvider
6248 … publicMatcher.addURI(AUTHORITY, "*/audio/playlists/#/members/#", AUDIO_PLAYLISTS_ID_MEMBERS_ID); in publicMatcher.addURI() argument