HomeSort by relevance Sort by last modified time
    Searched refs:isQueuingSupported (Results 1 - 18 of 18) sorted by null

  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
Player.java 32 public abstract boolean isQueuingSupported();
46 // if isQueuingSupported() returns true
SessionManager.java 91 } else if (mPlayer.isQueuingSupported()) {
125 if (mPlayer.isQueuingSupported()) {
263 if (mPlayer.isQueuingSupported()) {
330 if (!mPlayer.isQueuingSupported()) {
355 if (mPlayer.isQueuingSupported()) {
RemotePlayer.java 100 public boolean isQueuingSupported() {
101 return mClient.isQueuingSupported();
113 + ", isQueuingSupported: "+ mClient.isQueuingSupported());
279 // enqueue & remove are only supported if isQueuingSupported() returns true
478 if (!isQueuingSupported()) {
LocalPlayer.java 85 public boolean isQueuingSupported() {
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
Player.java 32 public abstract boolean isQueuingSupported();
46 // if isQueuingSupported() returns true
SessionManager.java 91 } else if (mPlayer.isQueuingSupported()) {
125 if (mPlayer.isQueuingSupported()) {
263 if (mPlayer.isQueuingSupported()) {
330 if (!mPlayer.isQueuingSupported()) {
355 if (mPlayer.isQueuingSupported()) {
RemotePlayer.java 100 public boolean isQueuingSupported() {
101 return mClient.isQueuingSupported();
113 + ", isQueuingSupported: "+ mClient.isQueuingSupported());
279 // enqueue & remove are only supported if isQueuingSupported() returns true
478 if (!isQueuingSupported()) {
LocalPlayer.java 85 public boolean isQueuingSupported() {
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
Player.java 34 public abstract boolean isQueuingSupported();
48 // if isQueuingSupported() returns true
SessionManager.java 87 } else if (mPlayer.isQueuingSupported()) {
121 if (mPlayer.isQueuingSupported()) {
271 if (mPlayer.isQueuingSupported()) {
338 if (!mPlayer.isQueuingSupported()) {
363 if (mPlayer.isQueuingSupported()) {
RemotePlayer.java 100 public boolean isQueuingSupported() {
101 return mClient.isQueuingSupported();
113 + ", isQueuingSupported: "+ mClient.isQueuingSupported());
279 // enqueue & remove are only supported if isQueuingSupported() returns true
484 if (!isQueuingSupported()) {
LocalPlayer.java 88 public boolean isQueuingSupported() {
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
Player.java 32 public abstract boolean isQueuingSupported();
46 // if isQueuingSupported() returns true
SessionManager.java 91 } else if (mPlayer.isQueuingSupported()) {
125 if (mPlayer.isQueuingSupported()) {
263 if (mPlayer.isQueuingSupported()) {
330 if (!mPlayer.isQueuingSupported()) {
355 if (mPlayer.isQueuingSupported()) {
RemotePlayer.java 100 public boolean isQueuingSupported() {
101 return mClient.isQueuingSupported();
113 + ", isQueuingSupported: "+ mClient.isQueuingSupported());
279 // enqueue & remove are only supported if isQueuingSupported() returns true
478 if (!isQueuingSupported()) {
LocalPlayer.java 85 public boolean isQueuingSupported() {
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
RemotePlaybackClient.java 132 public boolean isQueuingSupported() {
278 * @see #isQueuingSupported
397 * @see #isQueuingSupported
    [all...]
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 

Completed in 892 milliseconds