Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05b39b42 authored by Roopa Sattiraju's avatar Roopa Sattiraju
Browse files

Remove hidden API reference

Bug: 216731966
Test: Compile APEX
Change-Id: I469eedf61e1ae450caddea77d79a4526318cc714
parent e10aefec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -194,8 +194,8 @@ public class HeadsetClientService extends ProfileService {
            // {@link HeadsetClientStateMachine} for details.
            if (action.equals(AudioManager.VOLUME_CHANGED_ACTION)) {
                if (DBG) {
                    Log.d(TAG, "Volume changed for stream: " + intent.getExtra(
                            AudioManager.EXTRA_VOLUME_STREAM_TYPE));
                    Log.d(TAG, "Volume changed for stream: " + intent.getIntExtra(
                            AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1));
                }
                int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1);
                if (streamType == AudioManager.STREAM_VOICE_CALL) {