Searched refs:PLAYBACK_VOLUME_VARIABLE (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
H A DRemoteDisplay.java60 public static final int PLAYBACK_VOLUME_VARIABLE = field in class:RemoteDisplay
61 RemoteDisplayInfo.PLAYBACK_VOLUME_VARIABLE;
/frameworks/base/media/java/android/media/
H A DRemoteDisplayState.java98 public static final int PLAYBACK_VOLUME_VARIABLE = field in class:RemoteDisplayState.RemoteDisplayInfo
99 MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE;
H A DRemoteControlClient.java164 public final static int PLAYBACK_VOLUME_VARIABLE = 1; field in class:RemoteControlClient
215 * @see #PLAYBACK_VOLUME_VARIABLE
887 public final static int DEFAULT_PLAYBACK_VOLUME_HANDLING = PLAYBACK_VOLUME_VARIABLE;
H A DMediaRouter.java1525 public final static int PLAYBACK_VOLUME_VARIABLE = 1; field in class:MediaRouter.RouteInfo
2114 * ({@link RouteInfo#PLAYBACK_VOLUME_VARIABLE}).
2145 if (mVolumeHandling == PLAYBACK_VOLUME_VARIABLE) {
2156 if (mVolumeHandling == PLAYBACK_VOLUME_VARIABLE) {
2210 case RemoteControlClient.PLAYBACK_VOLUME_VARIABLE:
2496 mVolumeHandling = isFixedVolume ? PLAYBACK_VOLUME_FIXED : PLAYBACK_VOLUME_VARIABLE;
/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteControllerDialog.java286 MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE;
/frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/
H A DRemoteDisplayProviderService.java79 mTestDisplay1.setVolumeHandling(RemoteDisplay.PLAYBACK_VOLUME_VARIABLE);
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java809 @IntDef({PLAYBACK_VOLUME_FIXED,PLAYBACK_VOLUME_VARIABLE})
829 public static final int PLAYBACK_VOLUME_VARIABLE = 1; field in class:MediaRouter.RouteInfo
1119 * or {@link #PLAYBACK_VOLUME_VARIABLE}.
2261 == MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE) {
H A DSystemMediaRouteProvider.java138 .setVolumeHandling(MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE)
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouterService.java1407 case RemoteDisplayInfo.PLAYBACK_VOLUME_VARIABLE:
1408 return MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE;

Completed in 1615 milliseconds