Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DInputDeviceEnabledTest.java52 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in testIsEnabled() local
53 assertNotNull(inputDeviceIds); in testIsEnabled()
54 for (int inputDeviceId : inputDeviceIds) { in testIsEnabled()
66 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in testEnableDisableException() local
67 for (int inputDeviceId : inputDeviceIds) { in testEnableDisableException()
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.java108 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in createInputDeviceItems() local
111 for (int inputDeviceId : inputDeviceIds) { in createInputDeviceItems()