Home | History | Annotate | Download | only in provider

Lines Matching defs:Playlists

1553          * Contains playlists for audio files
1555 public static final class Playlists implements BaseColumns,
1558 * Get the content:// style URI for the audio playlists table on the
1562 * @return the URI to the audio playlists table on the given volume
1566 "/audio/playlists");
1604 + "/audio/playlists/" + playlistId + "/members");
1617 Uri uri = MediaStore.Audio.Playlists.Members.getContentUri("external",
1624 values.put(MediaStore.Audio.Playlists.Members.PLAY_ORDER, to);