Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputShellCommand.java120 InputDevice inputDev = InputDevice.getDevice(devId); in getInputDeviceId() local
121 if (inputDev.supportsSource(inputSource)) { in getInputDeviceId()