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.java1910 case AUDIO_PLAYLISTS_ID: in getType()
2005 case AUDIO_PLAYLISTS_ID: in ensureFileColumns()
3168 case AUDIO_PLAYLISTS_ID: in insertInternal()
3557 case AUDIO_PLAYLISTS_ID: in getQueryBuilderInternal()
4604 case AUDIO_PLAYLISTS_ID: in updateInternal()
4985 case AUDIO_PLAYLISTS_ID: in updateInternal()
6164 private static final int AUDIO_PLAYLISTS_ID = 111; field in MediaProvider
6262 publicMatcher.addURI(AUTHORITY, "*/audio/playlists/#", AUDIO_PLAYLISTS_ID); in publicMatcher.addURI() argument