Loading media/java/android/media/AudioManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -1161,7 +1161,7 @@ public class AudioManager { final IAudioService service = getService(); try { service.setMasterMute(mute, flags, getContext().getOpPackageName(), UserHandle.getCallingUserId(), getContext().getAttributionTag()); getContext().getUserId(), getContext().getAttributionTag()); } catch (RemoteException e) { throw e.rethrowFromSystemServer(); } Loading Loading @@ -3278,7 +3278,7 @@ public class AudioManager { final IAudioService service = getService(); try { service.setMicrophoneMute(on, getContext().getOpPackageName(), UserHandle.getCallingUserId(), getContext().getAttributionTag()); getContext().getUserId(), getContext().getAttributionTag()); } catch (RemoteException e) { throw e.rethrowFromSystemServer(); } Loading Loading
media/java/android/media/AudioManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -1161,7 +1161,7 @@ public class AudioManager { final IAudioService service = getService(); try { service.setMasterMute(mute, flags, getContext().getOpPackageName(), UserHandle.getCallingUserId(), getContext().getAttributionTag()); getContext().getUserId(), getContext().getAttributionTag()); } catch (RemoteException e) { throw e.rethrowFromSystemServer(); } Loading Loading @@ -3278,7 +3278,7 @@ public class AudioManager { final IAudioService service = getService(); try { service.setMicrophoneMute(on, getContext().getOpPackageName(), UserHandle.getCallingUserId(), getContext().getAttributionTag()); getContext().getUserId(), getContext().getAttributionTag()); } catch (RemoteException e) { throw e.rethrowFromSystemServer(); } Loading