Loading core/java/android/hardware/input/InputManager.java +5 −2 Original line number Diff line number Diff line Loading @@ -1421,11 +1421,14 @@ public final class InputManager { } mInputDevices = new SparseArray<InputDevice>(); // TODO(b/223905476): remove when the rootcause is fixed. if (ids != null) { for (int i = 0; i < ids.length; i++) { mInputDevices.put(ids[i], null); } } } } private void onInputDevicesChanged(int[] deviceIdAndGeneration) { if (DEBUG) { Loading Loading
core/java/android/hardware/input/InputManager.java +5 −2 Original line number Diff line number Diff line Loading @@ -1421,11 +1421,14 @@ public final class InputManager { } mInputDevices = new SparseArray<InputDevice>(); // TODO(b/223905476): remove when the rootcause is fixed. if (ids != null) { for (int i = 0; i < ids.length; i++) { mInputDevices.put(ids[i], null); } } } } private void onInputDevicesChanged(int[] deviceIdAndGeneration) { if (DEBUG) { Loading