Searched defs:playlist (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
H A DPlayer.java199 Playlist playlist = new Playlist();
200 playlist.songs = new Song[mQueue.size()];
212 playlist.songs[idx] = song;
215 playlist.currentQueueId = mQueue.get(mCurrentQueueIdx).getQueueId();
216 playlist.currentSongPosition = mMediaPlayer.getCurrentPosition();
217 playlist.name = CURRENT_PLAYLIST_KEY;
223 String serialized = Base64.getEncoder().encodeToString(MessageNano.toByteArray(playlist));
229 private boolean maybeRebuildQueue(Playlist playlist) { argument
232 // You need to check if the playlist actually is still valid because the user could have
234 // of time before we load up the playlist
[all...]
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java1442 // note, this is different from playlist below, because
2224 "no name was provided when inserting abstract playlist");
2295 // we only support object references for playlist objects
2320 // we only support object references for playlist objects
3266 // for each playlist that the item appears in, move
3288 // implement functionality here (clean up the playlist map)
3738 long playlist = Long.parseLong(segments.get(3));
3740 return movePlaylistEntry(helper, db, playlist, oldpos, newpos);
3761 long playlist, int from, int to) {
3772 "playlist_id=?", new String[] {"" + playlist}, nul
3760 movePlaylistEntry(DatabaseHelper helper, SQLiteDatabase db, long playlist, int from, int to) argument
[all...]
/packages/apps/TV/libs/
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...

Completed in 179 milliseconds