Home
last modified time | relevance | path

Searched refs:isVolumeFixed (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/quickaffordance/
H A DMuteQuickAffordanceConfigTest.kt92 whenever(audioManager.isVolumeFixed).thenReturn(true)
104 whenever(audioManager.isVolumeFixed).thenReturn(false)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/
H A DMuteQuickAffordanceConfig.kt86 audioManager.isVolumeFixed ->
125 if (audioManager.isVolumeFixed) {
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DLegacyDeviceRouteController.java154 .setVolumeHandling(mAudioManager.isVolumeFixed() in createRouteFromAudioInfo()
H A DAudioPoliciesDeviceRouteController.java185 mAudioManager.isVolumeFixed() in createRouteFromAudioInfo()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DMediaDevice.java393 public boolean isVolumeFixed() { in isVolumeFixed() method in MediaDevice
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
H A DMediaOutputControllerTest.java1045 when(mMediaDevice1.isVolumeFixed()).thenReturn(true); in isVolumeControlEnabled_isCastWithVolumeFixed_returnsFalse()
1055 when(mMediaDevice1.isVolumeFixed()).thenReturn(false); in isVolumeControlEnabled_isCastWithVolumeNotFixed_returnsTrue()
/aosp14/frameworks/base/media/java/android/media/
H A DIAudioService.aidl619 boolean isVolumeFixed(); in isVolumeFixed() method
H A DMediaRouter.java171 .isVolumeFixed()) { in startMonitoringRoutes()
H A DAudioManager.java1008 public boolean isVolumeFixed() { in isVolumeFixed() method in AudioManager
1011 res = getService().isVolumeFixed(); in isVolumeFixed()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputController.java1191 && !device.isVolumeFixed(); in isVolumeControlEnabled()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java7478 public boolean isVolumeFixed() { in isVolumeFixed() method in AudioService
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt10789 HSPLandroid/media/AudioManager;->isVolumeFixed()Z
10904 HSPLandroid/media/IAudioService$Stub$Proxy;->isVolumeFixed()Z
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt10792 HSPLandroid/media/AudioManager;->isVolumeFixed()Z
10907 HSPLandroid/media/IAudioService$Stub$Proxy;->isVolumeFixed()Z
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt21386 method public boolean isVolumeFixed();