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 51 final int[] inputDeviceIds = mInputManager.getInputDeviceIds();
52 assertNotNull(inputDeviceIds);
53 for (int inputDeviceId : inputDeviceIds) {
65 final int[] inputDeviceIds = mInputManager.getInputDeviceIds();
66 for (int inputDeviceId : inputDeviceIds) {
SearchEventTest.java 65 final int[] inputDeviceIds = inputManager.getInputDeviceIds();
66 if (inputDeviceIds != null) {
67 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 409 milliseconds