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.java714 private void onInputDevicesChanged(int[] deviceIdAndGeneration) { method in class:InputManager
814 public void onInputDevicesChanged(int[] deviceIdAndGeneration) throws RemoteException { method in class:InputManager.InputDevicesChangedListener
815 InputManager.this.onInputDevicesChanged(deviceIdAndGeneration);
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1749 mListener.onInputDevicesChanged(info);

Completed in 1021 milliseconds