HomeSort by relevance Sort by last modified time
    Searched refs:inputDev (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/platform_Rootdev/
platform_Rootdev.py 18 def test_no_partition(self, inputDev, cpuType):
24 m = re.match("/dev/mmcblk[0-9]$", inputDev)
30 m = re.match("/dev/sd[a-z]$", inputDev)
  /frameworks/base/cmds/input/src/com/android/commands/input/
Input.java 241 InputDevice inputDev = InputDevice.getDevice(devId);
242 if (inputDev.supportsSource(inputSource)) {

Completed in 86 milliseconds