Home
last modified time | relevance | path

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

/frameworks/base/cmds/input/src/com/android/commands/input/
DInput.java280 InputDevice inputDev = InputDevice.getDevice(devId); in getInputDeviceId() local
281 if (inputDev.supportsSource(inputSource)) { in getInputDeviceId()