Searched defs:PLAYBACK_VOLUME_VARIABLE (Results 1 - 5 of 5) 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.java1574 @IntDef({PLAYBACK_VOLUME_FIXED,PLAYBACK_VOLUME_VARIABLE})
1591 public final static int PLAYBACK_VOLUME_VARIABLE = 1; field in class:MediaRouter.RouteInfo
2195 * ({@link RouteInfo#PLAYBACK_VOLUME_VARIABLE}).
2226 if (mVolumeHandling == PLAYBACK_VOLUME_VARIABLE) {
2237 if (mVolumeHandling == PLAYBACK_VOLUME_VARIABLE) {
2292 case RemoteControlClient.PLAYBACK_VOLUME_VARIABLE:
2579 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/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java897 @IntDef({PLAYBACK_VOLUME_FIXED,PLAYBACK_VOLUME_VARIABLE})
917 public static final int PLAYBACK_VOLUME_VARIABLE = 1; field in class:MediaRouter.RouteInfo
1272 * or {@link #PLAYBACK_VOLUME_VARIABLE}.
2662 == MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE) {

Completed in 143 milliseconds