Loading services/core/java/com/android/server/input/KeyboardBacklightController.java +1 −1 Original line number Diff line number Diff line Loading @@ -344,7 +344,7 @@ final class KeyboardBacklightController implements throw new IllegalStateException("The calling process has no registered " + "KeyboardBacklightListener."); } if (record.mListener != listener) { if (record.mListener.asBinder() != listener.asBinder()) { throw new IllegalStateException("The calling process has a different registered " + "KeyboardBacklightListener."); } Loading Loading
services/core/java/com/android/server/input/KeyboardBacklightController.java +1 −1 Original line number Diff line number Diff line Loading @@ -344,7 +344,7 @@ final class KeyboardBacklightController implements throw new IllegalStateException("The calling process has no registered " + "KeyboardBacklightListener."); } if (record.mListener != listener) { if (record.mListener.asBinder() != listener.asBinder()) { throw new IllegalStateException("The calling process has a different registered " + "KeyboardBacklightListener."); } Loading