Lines Matching refs:NEXT
69 * the new list of files right away, next or once all the currently
73 public static final int NEXT = 2;
96 public static final String CMDNEXT = "next";
102 public static final String NEXT_ACTION = "com.android.music.musicservicecommand.next";
539 // Make sure we don't auto-skip to the next song, since that
547 // the "current" file, goes to the next and: playback starts on its
873 * @param action NOW, NEXT or LAST
877 if (action == NEXT && mPlayPos + 1 < mPlayListLen) {
1032 // we're either going to create a new one next, or stop trying
1152 // if we are at the end of the song, go to the next song first
1263 Desired behavior for prev/next/shuffle:
1265 - NEXT will move to the next track in the list when not shuffling, and to
1281 user will go to tracks 9-6-10-8-5-4-3-2. If the user then hits 'next',
1283 the next/previous track will be picked in sequential order again.
1313 * Get the next position to play. Note that this may actually modify mPlayPos
1315 * be adjusted. Either way, the return value is the next value that should be
1323 // Pick random next track from the not-yet-played ones
1563 * the file currently being played, playback will move to the next file after the
1915 // failed to open next, we'll transition the old fashioned way,
2035 public void setNextMediaPlayer(MediaPlayer next) {
2037 mNextPlayer = next;
2039 super.setNextMediaPlayer(next);
2057 // playbacks, so slightly delaying the start of the next player
2105 public void next() {