Lines Matching defs:play

47  * receive updates from the session, such as metadata and play state changes.
172 * Get the current play queue for this session if one is set. If you only
175 * @return The current play queue or null.
549 * @param queue A list of items in the current play queue. It should
560 * @param title The title that should be displayed along with the play queue such as
596 * to play during the preparation of this session. This method can be used to speed up the
598 * state to {@link PlaybackState#STATE_PAUSED}. Afterwards, {@link #play} can be called to
611 * sessions can continue to play during the preparation of this session. This method can be
614 * {@link #play} can be called to start playback. If the preparation is not needed,
636 * can continue to play during the preparation of this session. This method can be used to
639 * {@link #play} can be called to start playback. If the preparation is not needed,
661 * other sessions can continue to play during the preparation of this session. This method
664 * {@link #play} can be called to start playback. If the preparation is not needed,
686 public void play() {
688 mSessionBinder.play();
690 Log.wtf(TAG, "Error calling play.", e);
709 Log.wtf(TAG, "Error calling play(" + mediaId + ").", e);
715 * An empty or null query should be treated as a request to play any
731 Log.wtf(TAG, "Error calling play(" + query + ").", e);
750 Log.wtf(TAG, "Error calling play(" + uri + ").", e);
755 * Play an item with a specific id in the play queue. If you specify an
756 * id that is not in the play queue, the behavior is undefined.