Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java2505 case AUDIO_PLAYLISTS_ID: in query()
2801 case AUDIO_PLAYLISTS_ID: in getType()
2876 if (match == AUDIO_PLAYLISTS_ID || match == AUDIO_PLAYLISTS_ID_MEMBERS) { in bulkInsert()
3582 case AUDIO_PLAYLISTS_ID: in insertInternal()
3956 case AUDIO_PLAYLISTS_ID: in getTableAndWhere()
5595 private static final int AUDIO_PLAYLISTS_ID = 111; field in MediaProvider
5681 URI_MATCHER.addURI("media", "*/audio/playlists/#", AUDIO_PLAYLISTS_ID);