Home
last modified time | relevance | path

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

/aosp12/packages/providers/MediaProvider/legacy/src/com/android/providers/media/
H A DLegacyMediaProvider.java171 private static final int AUDIO_PLAYLISTS_ID_MEMBERS = 112;
177 AUDIO_PLAYLISTS_ID_MEMBERS); in basicUriMatcher.addURI() argument
185 case AUDIO_PLAYLISTS_ID_MEMBERS: in getAppendedSelection()
205 if (playlistMatch == AUDIO_PLAYLISTS_ID_MEMBERS) { in getTableName()
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java2990 case AUDIO_PLAYLISTS_ID_MEMBERS: in getType()
3525 if (match == AUDIO_PLAYLISTS_ID || match == AUDIO_PLAYLISTS_ID_MEMBERS) { in bulkInsert()
4128 case AUDIO_PLAYLISTS_ID_MEMBERS: { in insertInternal()
4814 case AUDIO_PLAYLISTS_ID_MEMBERS: { in getQueryBuilderInternal()
5251 case AUDIO_PLAYLISTS_ID_MEMBERS: { in deleteInternal()
6223 case AUDIO_PLAYLISTS_ID_MEMBERS: {
7032 qb = getQueryBuilder(TYPE_DELETE, AUDIO_PLAYLISTS_ID_MEMBERS,
9487 static final int AUDIO_PLAYLISTS_ID_MEMBERS = 112;
9574 mPublic.addURI(auth, "*/audio/playlists/#/members", AUDIO_PLAYLISTS_ID_MEMBERS);