Searched refs:inputDeviceIds (Results 1 – 3 of 3) sorted by relevance
52 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in testIsEnabled() local53 assertNotNull(inputDeviceIds); in testIsEnabled()54 for (int inputDeviceId : inputDeviceIds) { in testIsEnabled()66 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in testEnableDisableException() local67 for (int inputDeviceId : inputDeviceIds) { in testEnableDisableException()
67 final int[] inputDeviceIds = inputManager.getInputDeviceIds(); in testConstructor() local68 if (inputDeviceIds != null) { in testConstructor()69 for (int inputDeviceId : inputDeviceIds) { in testConstructor()
108 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in createInputDeviceItems() local111 for (int inputDeviceId : inputDeviceIds) { in createInputDeviceItems()