Home
last modified time | relevance | path

Searched refs:onVolumeAdjustment (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
H A DCarAudioPolicyVolumeCallbackTest.java119 mCarAudioPolicyVolumeCallback.onVolumeAdjustment(ADJUST_RAISE); in onVolumeAdjustment_withAdjustRaise_increasesGroupVolume()
129 mCarAudioPolicyVolumeCallback.onVolumeAdjustment(ADJUST_LOWER); in onVolumeAdjustment_withAdjustLower_decreasesGroupVolume()
139 mCarAudioPolicyVolumeCallback.onVolumeAdjustment(ADJUST_LOWER); in onVolumeAdjustment_withAdjustLower_atMinVolume_setsGroupVolumeToMin()
149 mCarAudioPolicyVolumeCallback.onVolumeAdjustment(ADJUST_RAISE); in onVolumeAdjustment_withAdjustRaise_atMaxVolume_setsGroupVolumeToMax()
164 callback.onVolumeAdjustment(ADJUST_RAISE); in onVolumeAdjustment_withAdjustRaise_whileMuted_setsGroupVolumeToMin()
178 callback.onVolumeAdjustment(ADJUST_LOWER); in onVolumeAdjustment_withAdjustLower_whileMuted_setsGroupVolumeToMin()
188 mCarAudioPolicyVolumeCallback.onVolumeAdjustment(ADJUST_SAME); in onVolumeAdjustment_withAdjustSame_doesNothing()
196 mCarAudioPolicyVolumeCallback.onVolumeAdjustment(ADJUST_MUTE); in onVolumeAdjustment_withAdjustMute_mutesMasterVolume()
231 callback.onVolumeAdjustment(ADJUST_MUTE); in onVolumeAdjustment_forGroupMute_withAdjustMute_mutesVolumeGroup()
244 callback.onVolumeAdjustment(ADJUST_TOGGLE_MUTE); in onVolumeAdjustment_forGroupMute_withAdjustToggleMute_togglesMutesVolumeGroup()
[all …]
/aosp12/packages/services/Car/service/src/com/android/car/audio/
H A DCarAudioPolicyVolumeCallback.java66 public void onVolumeAdjustment(int adjustment) { in onVolumeAdjustment() method in CarAudioPolicyVolumeCallback
/aosp12/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioPolicy.java877 public void onVolumeAdjustment(@AudioManager.VolumeAdjustment int adjustment) {} in onVolumeAdjustment() method in AudioPolicy.AudioPolicyVolumeCallback
1010 mVolCb.onVolumeAdjustment(msg.arg1); in handleMessage()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt5505 method public void onVolumeAdjustment(int);