Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputShellCommand.java118 int[] devIds = InputDevice.getDeviceIds(); in getInputDeviceId() local
119 for (int devId : devIds) { in getInputDeviceId()