Home
last modified time | relevance | path

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

/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
DRemoteDisplay.java60 public static final int PLAYBACK_VOLUME_VARIABLE = field in RemoteDisplay
61 RemoteDisplayInfo.PLAYBACK_VOLUME_VARIABLE;
/frameworks/base/media/java/android/media/
DRemoteDisplayState.java98 public static final int PLAYBACK_VOLUME_VARIABLE = field in RemoteDisplayState.RemoteDisplayInfo
99 MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE;
DRemoteControlClient.java164 public final static int PLAYBACK_VOLUME_VARIABLE = 1; field in RemoteControlClient
887 public final static int DEFAULT_PLAYBACK_VOLUME_HANDLING = PLAYBACK_VOLUME_VARIABLE;
DMediaRouter.java1525 public final static int PLAYBACK_VOLUME_VARIABLE = 1; field in MediaRouter.RouteInfo
2145 if (mVolumeHandling == PLAYBACK_VOLUME_VARIABLE) { in requestSetVolume()
2156 if (mVolumeHandling == PLAYBACK_VOLUME_VARIABLE) { in requestUpdateVolume()
2210 case RemoteControlClient.PLAYBACK_VOLUME_VARIABLE: in configureSessionVolume()
2496 mVolumeHandling = isFixedVolume ? PLAYBACK_VOLUME_FIXED : PLAYBACK_VOLUME_VARIABLE; in routeUpdated()
/frameworks/base/core/java/com/android/internal/app/
DMediaRouteControllerDialog.java286 MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE; in isVolumeControlAvailable()
/frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/
DRemoteDisplayProviderService.java79 mTestDisplay1.setVolumeHandling(RemoteDisplay.PLAYBACK_VOLUME_VARIABLE); in onDiscoveryModeChanged()
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaRouter.java809 @IntDef({PLAYBACK_VOLUME_FIXED,PLAYBACK_VOLUME_VARIABLE})
829 public static final int PLAYBACK_VOLUME_VARIABLE = 1; field in MediaRouter.RouteInfo
2261 == MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE) { in updatePlaybackInfoFromSelectedRoute()
DSystemMediaRouteProvider.java138 .setVolumeHandling(MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE) in publishRoutes()
/frameworks/base/services/core/java/com/android/server/media/
DMediaRouterService.java1407 case RemoteDisplayInfo.PLAYBACK_VOLUME_VARIABLE: in computeVolumeHandling()
1408 return MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE; in computeVolumeHandling()
/frameworks/base/docs/html/guide/topics/media/
Dmediarouteprovider.jd345 .setVolumeHandling(MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE)
/frameworks/base/api/
Dsystem-current.txt16462 field public static final int PLAYBACK_VOLUME_VARIABLE = 1; // 0x1
Dcurrent.txt15438 field public static final int PLAYBACK_VOLUME_VARIABLE = 1; // 0x1