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.java2486 case AUDIO_PLAYLISTS_ID: in query()
2782 case AUDIO_PLAYLISTS_ID: in getType()
2857 if (match == AUDIO_PLAYLISTS_ID || match == AUDIO_PLAYLISTS_ID_MEMBERS) { in bulkInsert()
3545 case AUDIO_PLAYLISTS_ID: in insertInternal()
3917 case AUDIO_PLAYLISTS_ID: in getTableAndWhere()
5522 private static final int AUDIO_PLAYLISTS_ID = 111; field in MediaProvider
5608 URI_MATCHER.addURI("media", "*/audio/playlists/#", AUDIO_PLAYLISTS_ID);