Searched defs:PLAYBACK_VOLUME_VARIABLE (Results 1 - 6 of 6) sorted by relevance

/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.java163 public final static int PLAYBACK_VOLUME_VARIABLE = 1; field in class:RemoteControlClient
214 * @see #PLAYBACK_VOLUME_VARIABLE
833 public final static int DEFAULT_PLAYBACK_VOLUME_HANDLING = PLAYBACK_VOLUME_VARIABLE;
H A DMediaRouter.java1632 @IntDef({PLAYBACK_VOLUME_FIXED,PLAYBACK_VOLUME_VARIABLE})
1649 public final static int PLAYBACK_VOLUME_VARIABLE = 1; field in class:MediaRouter.RouteInfo
2259 * ({@link RouteInfo#PLAYBACK_VOLUME_VARIABLE}).
2290 if (mVolumeHandling == PLAYBACK_VOLUME_VARIABLE) {
2301 if (mVolumeHandling == PLAYBACK_VOLUME_VARIABLE) {
2356 case RemoteControlClient.PLAYBACK_VOLUME_VARIABLE:
2643 mVolumeHandling = isFixedVolume ? PLAYBACK_VOLUME_FIXED : PLAYBACK_VOLUME_VARIABLE;
/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/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
H A DMediaRouter.java905 @IntDef({PLAYBACK_VOLUME_FIXED,PLAYBACK_VOLUME_VARIABLE})
925 public static final int PLAYBACK_VOLUME_VARIABLE = 1; field in class:MediaRouter.RouteInfo
1313 * or {@link #PLAYBACK_VOLUME_VARIABLE}.
2735 == MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE) {
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
H A DMediaRouter.java906 @IntDef({PLAYBACK_VOLUME_FIXED,PLAYBACK_VOLUME_VARIABLE})
926 public static final int PLAYBACK_VOLUME_VARIABLE = 1; field in class:MediaRouter.RouteInfo
1314 * or {@link #PLAYBACK_VOLUME_VARIABLE}.
2748 == MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE) {

Completed in 1274 milliseconds