Searched defs:currentVolume (Results 1 – 9 of 9) sorted by relevance
33 public int currentVolume; field in ParcelableVolumeInfo37 int currentVolume) { in ParcelableVolumeInfo()
52 void setCurrentVolume(int currentVolume); in setCurrentVolume()
30 public int currentVolume; field in ParcelableVolumeInfo34 int currentVolume) { in ParcelableVolumeInfo()
76 public VolumeProvider(@ControlType int volumeControl, int maxVolume, int currentVolume) { in VolumeProvider()117 public final void setCurrentVolume(int currentVolume) { in setCurrentVolume()
2331 int maxVolume, int currentVolume) { in SessionVolumeProvider()
81 public VolumeProviderCompat(@ControlType int volumeControl, int maxVolume, int currentVolume) { in VolumeProviderCompat()121 public final void setCurrentVolume(int currentVolume) { in setCurrentVolume()
24 public static Object createVolumeProvider(int volumeControl, int maxVolume, int currentVolume, in createVolumeProvider()
164 int currentVolume = audioManager.getStreamVolume(AudioManager.STREAM_MUSIC); in shouldUpdateAudioVolume() local
402 final int currentVolume = 3; in testPlaybackInfo() local