Searched refs:onVolumeAdjustment (Results 1 – 4 of 4) sorted by relevance
119 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 …]
66 public void onVolumeAdjustment(int adjustment) { in onVolumeAdjustment() method in CarAudioPolicyVolumeCallback
877 public void onVolumeAdjustment(@AudioManager.VolumeAdjustment int adjustment) {} in onVolumeAdjustment() method in AudioPolicy.AudioPolicyVolumeCallback1010 mVolCb.onVolumeAdjustment(msg.arg1); in handleMessage()
5505 method public void onVolumeAdjustment(int);