Loading core/java/android/hardware/input/InputManager.java +5 −1 Original line number Diff line number Diff line Loading @@ -212,8 +212,10 @@ public final class InputManager { } catch (RemoteException ex) { throw new RuntimeException("Could not get input device information.", ex); } } if (inputDevice != null) { mInputDevices.setValueAt(index, inputDevice); } } return inputDevice; } } Loading Loading @@ -241,6 +243,8 @@ public final class InputManager { inputDevice = mIm.getInputDevice(id); } catch (RemoteException ex) { // Ignore the problem for the purposes of this method. } if (inputDevice == null) { continue; } mInputDevices.setValueAt(i, inputDevice); Loading Loading
core/java/android/hardware/input/InputManager.java +5 −1 Original line number Diff line number Diff line Loading @@ -212,8 +212,10 @@ public final class InputManager { } catch (RemoteException ex) { throw new RuntimeException("Could not get input device information.", ex); } } if (inputDevice != null) { mInputDevices.setValueAt(index, inputDevice); } } return inputDevice; } } Loading Loading @@ -241,6 +243,8 @@ public final class InputManager { inputDevice = mIm.getInputDevice(id); } catch (RemoteException ex) { // Ignore the problem for the purposes of this method. } if (inputDevice == null) { continue; } mInputDevices.setValueAt(i, inputDevice); Loading