Home
last modified time | relevance | path

Searched refs:PLAYBACK_VOLUME_FIXED (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/media/java/android/media/
DRemoteDisplayState.java104 public static final int PLAYBACK_VOLUME_FIXED = field in RemoteDisplayState.RemoteDisplayInfo
105 MediaRouter.RouteInfo.PLAYBACK_VOLUME_FIXED;
119 volumeHandling = MediaRouter.RouteInfo.PLAYBACK_VOLUME_FIXED; in RemoteDisplayInfo()
DMediaRoute2Info.java119 @IntDef({PLAYBACK_VOLUME_FIXED, PLAYBACK_VOLUME_VARIABLE})
131 public static final int PLAYBACK_VOLUME_FIXED = 0; field in MediaRoute2Info
1028 case PLAYBACK_VOLUME_FIXED: in getVolumeString()
1118 @PlaybackVolume private int mVolumeHandling = PLAYBACK_VOLUME_FIXED;
DMediaRouter.java172 mDefaultAudioVideo.mVolumeHandling = RouteInfo.PLAYBACK_VOLUME_FIXED; in startMonitoringRoutes()
1577 newRoute.mVolumeHandling = RouteInfo.PLAYBACK_VOLUME_FIXED; in makeWifiDisplayRoute()
1740 @IntDef({PLAYBACK_VOLUME_FIXED,PLAYBACK_VOLUME_VARIABLE})
1751 public final static int PLAYBACK_VOLUME_FIXED = 0; field in MediaRouter.RouteInfo
2304 mVolumeHandling = PLAYBACK_VOLUME_FIXED; in UserRouteInfo()
2526 case PLAYBACK_VOLUME_FIXED: in configureSessionVolume()
2587 mVolumeHandling = PLAYBACK_VOLUME_FIXED; in RouteGroup()
2806 isFixedVolume &= route.getVolumeHandling() == PLAYBACK_VOLUME_FIXED; in routeUpdated()
2809 mVolumeHandling = isFixedVolume ? PLAYBACK_VOLUME_FIXED : PLAYBACK_VOLUME_VARIABLE; in routeUpdated()
DMediaRouterClientState.java105 volumeHandling = MediaRouter.RouteInfo.PLAYBACK_VOLUME_FIXED; in RouteInfo()
DRoutingSessionInfo.java219 return MediaRoute2Info.PLAYBACK_VOLUME_FIXED; in defineVolumeHandling()
584 private int mVolumeHandling = MediaRoute2Info.PLAYBACK_VOLUME_FIXED;
DMediaRouter2Manager.java544 if (route.getVolumeHandling() == MediaRoute2Info.PLAYBACK_VOLUME_FIXED) { in setRouteVolume()
570 if (sessionInfo.getVolumeHandling() == MediaRoute2Info.PLAYBACK_VOLUME_FIXED) { in setSessionVolume()
DRemoteControlClient.java154 public final static int PLAYBACK_VOLUME_FIXED = 0; field in RemoteControlClient
DMediaRouter2.java2107 if (getVolumeHandling() == MediaRoute2Info.PLAYBACK_VOLUME_FIXED) { in setVolume()
2885 if (route.getVolumeHandling() == MediaRoute2Info.PLAYBACK_VOLUME_FIXED) { in setRouteVolume()
2912 if (sessionInfo.getVolumeHandling() == MediaRoute2Info.PLAYBACK_VOLUME_FIXED) { in setSessionVolume()
/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
DRemoteDisplay.java70 public static final int PLAYBACK_VOLUME_FIXED = field in RemoteDisplay
71 RemoteDisplayInfo.PLAYBACK_VOLUME_FIXED;
/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/
DRoutingSessionInfoTest.java114 MediaRoute2Info.PLAYBACK_VOLUME_FIXED; in testGetVolumeHandlingGroupSession()
DStubMediaRoute2ProviderService.java119 .setVolumeHandling(MediaRoute2Info.PLAYBACK_VOLUME_FIXED) in initializeRoutes()
DMediaRouter2ManagerTest.java20 import static android.media.MediaRoute2Info.PLAYBACK_VOLUME_FIXED;
846 assertThat(fixedVolumeRoute.getVolumeHandling()).isEqualTo(PLAYBACK_VOLUME_FIXED); in testVolumeHandling()
/frameworks/base/services/tests/media/mediarouterservicetest/src/com/android/server/media/
DAudioManagerRouteControllerTest.java283 .isEqualTo(MediaRoute2Info.PLAYBACK_VOLUME_FIXED); in updateVolume_propagatesCorrectlyToRouteInfo()
291 .isEqualTo(MediaRoute2Info.PLAYBACK_VOLUME_FIXED); in updateVolume_propagatesCorrectlyToRouteInfo()
/frameworks/base/media/lib/remotedisplay/api/
Dsystem-current.txt21 field public static final int PLAYBACK_VOLUME_FIXED = 0; // 0x0
/frameworks/base/services/core/java/com/android/server/media/
DLegacyDeviceRouteController.java179 ? MediaRoute2Info.PLAYBACK_VOLUME_FIXED in createRouteFromAudioInfo()
DAudioManagerRouteController.java525 ? MediaRoute2Info.PLAYBACK_VOLUME_FIXED in copyWithVolumeInfo()
DMediaRouterService.java1990 case RemoteDisplayInfo.PLAYBACK_VOLUME_FIXED: in computeVolumeHandling()
1992 return MediaRouter.RouteInfo.PLAYBACK_VOLUME_FIXED; in computeVolumeHandling()
DMediaSessionRecord.java19 import static android.media.MediaRoute2Info.PLAYBACK_VOLUME_FIXED;
690 if (session.getVolumeHandling() == PLAYBACK_VOLUME_FIXED) { in canHandleVolumeKey()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DInfoMediaManager.java452 && session.getVolumeHandling() != MediaRoute2Info.PLAYBACK_VOLUME_FIXED) { in isRoutingSessionAvailableForVolumeControl()
605 || sessionInfo.getVolumeHandling() != MediaRoute2Info.PLAYBACK_VOLUME_FIXED; in shouldEnableVolumeSeekBar()
DMediaDevice.java397 return mRouteInfo.getVolumeHandling() == MediaRoute2Info.PLAYBACK_VOLUME_FIXED; in isVolumeFixed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java1375 && session.getVolumeHandling() != MediaRoute2Info.PLAYBACK_VOLUME_FIXED) {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt24378 field public static final int PLAYBACK_VOLUME_FIXED = 0; // 0x0
24543 field public static final int PLAYBACK_VOLUME_FIXED = 0; // 0x0
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt29472 Landroid/media/RemoteControlClient;->PLAYBACK_VOLUME_FIXED:I
29548 Landroid/media/RemoteDisplayState$RemoteDisplayInfo;->PLAYBACK_VOLUME_FIXED:I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt15435 field public static final int PLAYBACK_VOLUME_FIXED = 0; // 0x0