Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/input/
DInputDeviceEnabledTest.java53 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in testIsEnabled() local
54 assertNotNull(inputDeviceIds); in testIsEnabled()
55 for (int inputDeviceId : inputDeviceIds) { in testIsEnabled()
67 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in testEnableDisableException() local
68 for (int inputDeviceId : inputDeviceIds) { in testEnableDisableException()
DInputDeviceVibratorTest.java93 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in getVibrator() local
94 for (int inputDeviceId : inputDeviceIds) { in getVibrator()
DInputDeviceMultiDeviceKeyEventTest.java106 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in setup() local
107 for (int inputDeviceId : inputDeviceIds) { in setup()
DInputDeviceVibratorManagerTest.java82 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in getVibratorManager() local
83 for (int inputDeviceId : inputDeviceIds) { in getVibratorManager()
DInputDeviceSensorManagerTest.java218 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in getSensorManager() local
219 for (int inputDeviceId : inputDeviceIds) { in getSensorManager()
/cts/tests/tests/view/src/android/view/cts/
DSearchEventTest.java77 final int[] inputDeviceIds = inputManager.getInputDeviceIds(); in testConstructor() local
78 if (inputDeviceIds != null) { in testConstructor()
79 for (int inputDeviceId : inputDeviceIds) { in testConstructor()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DMicrophoneDeviceTestActivity.java107 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in createInputDeviceItems() local
110 for (int inputDeviceId : inputDeviceIds) { in createInputDeviceItems()
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputHidTestCase.java170 final int[] inputDeviceIds = inputManager.getInputDeviceIds(); in getInputDevice() local
171 for (int inputDeviceId : inputDeviceIds) { in getInputDevice()