Loading services/core/java/com/android/server/audio/AudioService.java +3 −1 Original line number Diff line number Diff line Loading @@ -1164,9 +1164,11 @@ public class AudioService extends IAudioService.Stub @GuardedBy("mAccessibilityServiceUidsLock") private int[] mAccessibilityServiceUids; // Input Method private final Object mInputMethodServiceUidLock = new Object(); // Uid of the active input method service to check if caller is the one or not. @GuardedBy("mInputMethodServiceUidLock") private int mInputMethodServiceUid = android.os.Process.INVALID_UID; private final Object mInputMethodServiceUidLock = new Object(); private int mEncodedSurroundMode; private String mEnabledSurroundFormats; Loading Loading
services/core/java/com/android/server/audio/AudioService.java +3 −1 Original line number Diff line number Diff line Loading @@ -1164,9 +1164,11 @@ public class AudioService extends IAudioService.Stub @GuardedBy("mAccessibilityServiceUidsLock") private int[] mAccessibilityServiceUids; // Input Method private final Object mInputMethodServiceUidLock = new Object(); // Uid of the active input method service to check if caller is the one or not. @GuardedBy("mInputMethodServiceUidLock") private int mInputMethodServiceUid = android.os.Process.INVALID_UID; private final Object mInputMethodServiceUidLock = new Object(); private int mEncodedSurroundMode; private String mEnabledSurroundFormats; Loading