OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/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/samples/Support7Demos/src/com/example/android/supportv7/media/
SessionManager.java
87
} else if (mPlayer.
isQueuingSupported
()) {
121
if (mPlayer.
isQueuingSupported
()) {
271
if (mPlayer.
isQueuingSupported
()) {
338
if (!mPlayer.
isQueuingSupported
()) {
365
if (mPlayer.
isQueuingSupported
()) {
RemotePlayer.java
97
public boolean
isQueuingSupported
() {
98
return mClient.
isQueuingSupported
();
110
+ ",
isQueuingSupported
: "+ mClient.
isQueuingSupported
());
281
// enqueue & remove are only supported if
isQueuingSupported
() returns true
479
if (!
isQueuingSupported
()) {
Player.java
54
public abstract boolean
isQueuingSupported
();
68
// if
isQueuingSupported
() returns true
LocalPlayer.java
81
public boolean
isQueuingSupported
() {
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
RemotePlaybackClient.java
142
public boolean
isQueuingSupported
() {
320
* @see #
isQueuingSupported
439
* @see #
isQueuingSupported
[
all
...]
/prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar
Completed in 618 milliseconds