Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java1769 case AUDIO_PLAYLISTS_ID_MEMBERS: in queryInternal()
1898 case AUDIO_PLAYLISTS_ID_MEMBERS: in getType()
3169 case AUDIO_PLAYLISTS_ID_MEMBERS: { in insertInternal()
3590 case AUDIO_PLAYLISTS_ID_MEMBERS: { in getQueryBuilderInternal()
4992 case AUDIO_PLAYLISTS_ID_MEMBERS: in updateInternal()
6165 private static final int AUDIO_PLAYLISTS_ID_MEMBERS = 112; field in MediaProvider
6263 publicMatcher.addURI(AUTHORITY, "*/audio/playlists/#/members", AUDIO_PLAYLISTS_ID_MEMBERS); in publicMatcher.addURI() argument