Loading services/core/java/com/android/server/audio/AudioService.java +1 −0 Original line number Diff line number Diff line Loading @@ -1945,6 +1945,7 @@ public class AudioService extends IAudioService.Stub streamType = getActiveStreamType(streamType); } synchronized (VolumeStreamState.class) { ensureValidStreamType(streamType); return mStreamStates[streamType].mIsMuted; } } Loading Loading
services/core/java/com/android/server/audio/AudioService.java +1 −0 Original line number Diff line number Diff line Loading @@ -1945,6 +1945,7 @@ public class AudioService extends IAudioService.Stub streamType = getActiveStreamType(streamType); } synchronized (VolumeStreamState.class) { ensureValidStreamType(streamType); return mStreamStates[streamType].mIsMuted; } } Loading