Lines Matching full:play
94 public static final String CMDPLAY = "play";
216 play();
253 play(); // also queues a fade-in
285 play();
291 play();
657 play();
664 play();
670 play();
723 // party-shuffle or because the play-position changed)
791 * or that the play-state changed (paused/resumed).
896 play();
904 play();
996 * Returns the current play list
997 * @return An array of integers containing the IDs of the tracks in the play list
1154 public void play() {
1181 // This is mostly so that if you press 'play' on a bluetooth headset
1182 // without every having played anything before, it will still play
1247 * Pauses playback (call play() to resume)
1288 the final play order might be 1-2-3-4-5-8-10-6-9-7.
1316 play();
1322 * Get the next position to play. Note that this may actually modify mPlayPos
1409 Log.d(LOGTAG, "No play queue");
1427 play();
1572 * Removes the range of tracks specified from the play list. If a file within the range is
1622 play();
1665 play();
1735 play();
2109 public void play() {
2110 mService.get().play();