Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/input/
DIInputDevicesChangedListener.aidl28 oneway void onInputDevicesChanged(in int[] deviceIdAndGeneration); in onInputDevicesChanged() method
DInputManager.java944 private void onInputDevicesChanged(int[] deviceIdAndGeneration) { in onInputDevicesChanged() method in InputManager
1060 public void onInputDevicesChanged(int[] deviceIdAndGeneration) throws RemoteException { in onInputDevicesChanged() method in InputManager.InputDevicesChangedListener
1061 InputManager.this.onInputDevicesChanged(deviceIdAndGeneration); in onInputDevicesChanged()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2230 mListener.onInputDevicesChanged(info); in notifyInputDevicesChanged()