Lines Matching defs:play

55  * receive updates from the session, such as metadata and play state changes.
294 * Gets the current play queue for this session if one is set. If you only
297 * @return The current play queue or null.
304 * Adds a queue item from the given {@code description} at the end of the play queue
321 * in the play queue of this session. Shifts the queue item currently at that position
341 * with the given {@link MediaDescriptionCompat description} in the play queue of the
357 * Removes an queue item at the specified position in the play queue
706 * @param queue A list of items in the current play queue. It should
716 * @param title The title that should be displayed along with the play
1103 * start playback when a play command is received. Preparation is not required. You can
1104 * call {@link #play} without calling this method beforehand.
1110 * time it takes to start playback when a play command is received. Preparation is not
1121 * the time it takes to start playback when a play command is received. An empty or null
1133 * the time it takes to start playback when a play command is received. Preparation is not
1145 public abstract void play();
1158 * An empty or null query should be treated as a request to play any
1177 * Plays an item with a specific id in the play queue. If you specify an
1178 * id that is not in the play queue, the behavior is undefined.
1758 public void play() {
1760 mBinder.play();
1762 Log.e(TAG, "Dead object in play.", e);
2326 public void play() {
2327 MediaControllerCompatApi21.TransportControls.play(mControlsObj);