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.java1768 case AUDIO_PLAYLISTS_ID_MEMBERS_ID: in queryInternal()
1872 case AUDIO_PLAYLISTS_ID_MEMBERS_ID: in getType()
3586 case AUDIO_PLAYLISTS_ID_MEMBERS_ID: in getQueryBuilderInternal()
4090 case AUDIO_PLAYLISTS_ID_MEMBERS_ID: in deleteInternal()
4999 case AUDIO_PLAYLISTS_ID_MEMBERS_ID: in updateInternal()
6166 private static final int AUDIO_PLAYLISTS_ID_MEMBERS_ID = 113; field in MediaProvider
6264 … publicMatcher.addURI(AUTHORITY, "*/audio/playlists/#/members/#", AUDIO_PLAYLISTS_ID_MEMBERS_ID); in publicMatcher.addURI() argument