Home
last modified time | relevance | path

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

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