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

  /cts/tests/tests/view/src/android/view/cts/
InputDeviceEnabledTest.java 52 final int[] inputDeviceIds = mInputManager.getInputDeviceIds();
53 assertNotNull(inputDeviceIds);
54 for (int inputDeviceId : inputDeviceIds) {
66 final int[] inputDeviceIds = mInputManager.getInputDeviceIds();
67 for (int inputDeviceId : inputDeviceIds) {
SearchEventTest.java 67 final int[] inputDeviceIds = inputManager.getInputDeviceIds();
68 if (inputDeviceIds != null) {
69 for (int inputDeviceId : inputDeviceIds) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
MicrophoneDeviceTestActivity.java 108 final int[] inputDeviceIds = mInputManager.getInputDeviceIds();
111 for (int inputDeviceId : inputDeviceIds) {

Completed in 73 milliseconds