Searched refs:isStopActionSupported (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
H A DMediaRouteControllerDialog.java1029 } else if (isPlaying && isStopActionSupported()) {
1059 private boolean isStopActionSupported() { method in class:MediaRouteControllerDialog
1212 } else if (isPlaying && isStopActionSupported()) {
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
H A DMediaRouteControllerDialog.java1023 } else if (isPlaying && isStopActionSupported()) {
1053 private boolean isStopActionSupported() { method in class:MediaRouteControllerDialog
1206 } else if (isPlaying && isStopActionSupported()) {

Completed in 889 milliseconds