Home
last modified time | relevance | path

Searched refs:VOLUME_CONTROL_FIXED (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/
H A DVolumeProvider.java39 @IntDef({VOLUME_CONTROL_FIXED, VOLUME_CONTROL_RELATIVE, VOLUME_CONTROL_ABSOLUTE})
47 public static final int VOLUME_CONTROL_FIXED = 0; field in VolumeProvider
H A DMediaRouter.java2521 int volumeControl = VolumeProvider.VOLUME_CONTROL_FIXED; in configureSessionVolume()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/volume/
H A DUtil.java125 case VolumeProvider.VOLUME_CONTROL_FIXED: in volumeProviderControlToString()
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java21 import static android.media.VolumeProvider.VOLUME_CONTROL_FIXED;
336 if (mVolumeControlType == VOLUME_CONTROL_FIXED) { in adjustVolume()
519 if (mVolumeControlType == VOLUME_CONTROL_FIXED) { in canHandleVolumeKey()
595 case VOLUME_CONTROL_FIXED: in toVolumeControlTypeString()
/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.txt25219 field public static final int VOLUME_CONTROL_FIXED = 0; // 0x0
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt31801 Landroid/media/VolumeProvider2;->VOLUME_CONTROL_FIXED:I