Loading services/core/java/com/android/server/audio/AudioService.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -10836,6 +10836,10 @@ public class AudioService extends IAudioService.Stub private void updateA11yVolumeAlias(boolean a11VolEnabled) { private void updateA11yVolumeAlias(boolean a11VolEnabled) { if (DEBUG_VOL) Log.d(TAG, "Accessibility volume enabled = " + a11VolEnabled); if (DEBUG_VOL) Log.d(TAG, "Accessibility volume enabled = " + a11VolEnabled); if (mIsSingleVolume) { if (DEBUG_VOL) Log.d(TAG, "Accessibility volume is not set on single volume device"); return; } if (sIndependentA11yVolume != a11VolEnabled) { if (sIndependentA11yVolume != a11VolEnabled) { sIndependentA11yVolume = a11VolEnabled; sIndependentA11yVolume = a11VolEnabled; // update the volume mapping scheme // update the volume mapping scheme Loading Loading
services/core/java/com/android/server/audio/AudioService.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -10836,6 +10836,10 @@ public class AudioService extends IAudioService.Stub private void updateA11yVolumeAlias(boolean a11VolEnabled) { private void updateA11yVolumeAlias(boolean a11VolEnabled) { if (DEBUG_VOL) Log.d(TAG, "Accessibility volume enabled = " + a11VolEnabled); if (DEBUG_VOL) Log.d(TAG, "Accessibility volume enabled = " + a11VolEnabled); if (mIsSingleVolume) { if (DEBUG_VOL) Log.d(TAG, "Accessibility volume is not set on single volume device"); return; } if (sIndependentA11yVolume != a11VolEnabled) { if (sIndependentA11yVolume != a11VolEnabled) { sIndependentA11yVolume = a11VolEnabled; sIndependentA11yVolume = a11VolEnabled; // update the volume mapping scheme // update the volume mapping scheme Loading