Searched refs:onInputDevicesChanged (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/input/
H A DIInputDevicesChangedListener.aidl28 oneway void onInputDevicesChanged(in int[] deviceIdAndGeneration);
H A DInputManager.java1020 private void onInputDevicesChanged(int[] deviceIdAndGeneration) { method in class:InputManager
1136 public void onInputDevicesChanged(int[] deviceIdAndGeneration) throws RemoteException { method in class:InputManager.InputDevicesChangedListener
1137 InputManager.this.onInputDevicesChanged(deviceIdAndGeneration);
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2285 mListener.onInputDevicesChanged(info);

Completed in 96 milliseconds