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.java51 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in testIsEnabled() local
52 assertNotNull(inputDeviceIds); in testIsEnabled()
53 for (int inputDeviceId : inputDeviceIds) { in testIsEnabled()
65 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in testEnableDisableException() local
66 for (int inputDeviceId : inputDeviceIds) { in testEnableDisableException()
DInputDeviceVibratorTest.java89 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in getVibrator() local
90 for (int inputDeviceId : inputDeviceIds) { in getVibrator()
DInputDeviceMultiDeviceKeyEventTest.java104 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in setup() local
105 for (int inputDeviceId : inputDeviceIds) { in setup()
DInputDeviceVibratorManagerTest.java73 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in getVibratorManager() local
74 for (int inputDeviceId : inputDeviceIds) { in getVibratorManager()
DInputDeviceSensorManagerTest.java215 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in getSensorManager() local
216 for (int inputDeviceId : inputDeviceIds) { in getSensorManager()
/cts/tests/tests/view/src/android/view/cts/
DSearchEventTest.java67 final int[] inputDeviceIds = inputManager.getInputDeviceIds(); in testConstructor() local
68 if (inputDeviceIds != null) { in testConstructor()
69 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.java150 final int[] inputDeviceIds = inputManager.getInputDeviceIds(); in getInputDevice() local
151 for (int inputDeviceId : inputDeviceIds) { in getInputDevice()