Home
last modified time | relevance | path

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

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DRemotePlaybackClient.java783 mRouteSupportsRemotePlayback = routeSupportsAction(MediaControlIntent.ACTION_PLAY) in detectFeatures()
784 && routeSupportsAction(MediaControlIntent.ACTION_SEEK) in detectFeatures()
785 && routeSupportsAction(MediaControlIntent.ACTION_GET_STATUS) in detectFeatures()
786 && routeSupportsAction(MediaControlIntent.ACTION_PAUSE) in detectFeatures()
787 && routeSupportsAction(MediaControlIntent.ACTION_RESUME) in detectFeatures()
788 && routeSupportsAction(MediaControlIntent.ACTION_STOP); in detectFeatures()
790 && routeSupportsAction(MediaControlIntent.ACTION_ENQUEUE) in detectFeatures()
791 && routeSupportsAction(MediaControlIntent.ACTION_REMOVE); in detectFeatures()
793 && routeSupportsAction(MediaControlIntent.ACTION_START_SESSION) in detectFeatures()
794 && routeSupportsAction(MediaControlIntent.ACTION_GET_SESSION_STATUS) in detectFeatures()
[all …]