Searched refs:mVolumeHandling (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaRouter.java930 newRoute.mVolumeHandling = RouteInfo.PLAYBACK_VOLUME_FIXED;
1055 int mVolumeHandling = RemoteControlClient.DEFAULT_PLAYBACK_VOLUME_HANDLING; field in class:MediaRouter.RouteInfo
1349 return mVolumeHandling;
1460 mVolumeHandling = PLAYBACK_VOLUME_FIXED;
1586 if (mVolumeHandling != volumeHandling) {
1587 mVolumeHandling = volumeHandling;
1612 if (mVolumeHandling == PLAYBACK_VOLUME_VARIABLE) {
1623 if (mVolumeHandling == PLAYBACK_VOLUME_VARIABLE) {
1663 RemoteControlClient.PLAYBACKINFO_VOLUME_HANDLING, mVolumeHandling);
1695 mVolumeHandling
[all...]
H A DAudioService.java4834 int mVolumeHandling; field in class:AudioService.RemotePlaybackState
4840 mVolumeHandling = RemoteControlClient.DEFAULT_PLAYBACK_VOLUME_HANDLING;
5086 + ((mMainRemote.mVolumeHandling == RemoteControlClient.PLAYBACK_VOLUME_FIXED) ?
6051 mMainRemote.mVolumeHandling = value;
6158 mMainRemote.mVolumeHandling = rcse.mPlaybackVolumeHandling;
6204 volFixed = (mMainRemote.mVolumeHandling ==
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java563 private int mVolumeHandling; field in class:MediaRouter.RouteInfo
854 return mVolumeHandling;
969 + ", volumeHandling=" + mVolumeHandling
1012 if (mVolumeHandling != descriptor.getVolumeHandling()) {
1013 mVolumeHandling = descriptor.getVolumeHandling();

Completed in 133 milliseconds