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.java1909 case AUDIO_PLAYLISTS_ID: in getType()
2004 case AUDIO_PLAYLISTS_ID: in ensureFileColumns()
3167 case AUDIO_PLAYLISTS_ID: in insertInternal()
3556 case AUDIO_PLAYLISTS_ID: in getQueryBuilderInternal()
4588 case AUDIO_PLAYLISTS_ID: in updateInternal()
4969 case AUDIO_PLAYLISTS_ID: in updateInternal()
6148 private static final int AUDIO_PLAYLISTS_ID = 111; field in MediaProvider
6246 publicMatcher.addURI(AUTHORITY, "*/audio/playlists/#", AUDIO_PLAYLISTS_ID); in publicMatcher.addURI() argument