Searched refs:inputDeviceIds (Results 1 – 8 of 8) sorted by relevance
51 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in testIsEnabled() local52 assertNotNull(inputDeviceIds); in testIsEnabled()53 for (int inputDeviceId : inputDeviceIds) { in testIsEnabled()65 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in testEnableDisableException() local66 for (int inputDeviceId : inputDeviceIds) { in testEnableDisableException()
89 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in getVibrator() local90 for (int inputDeviceId : inputDeviceIds) { in getVibrator()
104 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in setup() local105 for (int inputDeviceId : inputDeviceIds) { in setup()
73 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in getVibratorManager() local74 for (int inputDeviceId : inputDeviceIds) { in getVibratorManager()
215 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in getSensorManager() local216 for (int inputDeviceId : inputDeviceIds) { in getSensorManager()
67 final int[] inputDeviceIds = inputManager.getInputDeviceIds(); in testConstructor() local68 if (inputDeviceIds != null) { in testConstructor()69 for (int inputDeviceId : inputDeviceIds) { in testConstructor()
107 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in createInputDeviceItems() local110 for (int inputDeviceId : inputDeviceIds) { in createInputDeviceItems()
150 final int[] inputDeviceIds = inputManager.getInputDeviceIds(); in getInputDevice() local151 for (int inputDeviceId : inputDeviceIds) { in getInputDevice()