Searched refs:VOLUME_CONTROL_ABSOLUTE (Results 1 – 9 of 9) sorted by relevance
39 @IntDef({VOLUME_CONTROL_FIXED, VOLUME_CONTROL_RELATIVE, VOLUME_CONTROL_ABSOLUTE})61 public static final int VOLUME_CONTROL_ABSOLUTE = 2; field in VolumeProvider
2524 volumeControl = VolumeProvider.VOLUME_CONTROL_ABSOLUTE; in configureSessionVolume()
37 VolumeProvider.VOLUME_CONTROL_ABSOLUTE, in <lambda>()67 VolumeProvider.VOLUME_CONTROL_ABSOLUTE, in <lambda>()
123 case VolumeProvider.VOLUME_CONTROL_ABSOLUTE: in volumeProviderControlToString()
20 import static android.media.VolumeProvider.VOLUME_CONTROL_ABSOLUTE;219 private int mVolumeControlType = VOLUME_CONTROL_ABSOLUTE;494 if (mVolumeControlType != VOLUME_CONTROL_ABSOLUTE) { in setVolumeTo()768 case VOLUME_CONTROL_ABSOLUTE -> "ABSOLUTE"; in toVolumeControlTypeString()1085 volumeType, VOLUME_CONTROL_ABSOLUTE, max, current, attributes, null);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
15827 field public static final int VOLUME_CONTROL_ABSOLUTE = 2; // 0x2
25330 field public static final int VOLUME_CONTROL_ABSOLUTE = 2; // 0x2
31800 Landroid/media/VolumeProvider2;->VOLUME_CONTROL_ABSOLUTE:I