Searched refs:inputDeviceIds (Results 1 – 8 of 8) sorted by relevance
53 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in testIsEnabled() local54 assertNotNull(inputDeviceIds); in testIsEnabled()55 for (int inputDeviceId : inputDeviceIds) { in testIsEnabled()67 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in testEnableDisableException() local68 for (int inputDeviceId : inputDeviceIds) { in testEnableDisableException()
93 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in getVibrator() local94 for (int inputDeviceId : inputDeviceIds) { in getVibrator()
106 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in setup() local107 for (int inputDeviceId : inputDeviceIds) { in setup()
82 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in getVibratorManager() local83 for (int inputDeviceId : inputDeviceIds) { in getVibratorManager()
218 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in getSensorManager() local219 for (int inputDeviceId : inputDeviceIds) { in getSensorManager()
77 final int[] inputDeviceIds = inputManager.getInputDeviceIds(); in testConstructor() local78 if (inputDeviceIds != null) { in testConstructor()79 for (int inputDeviceId : inputDeviceIds) { in testConstructor()
107 final int[] inputDeviceIds = mInputManager.getInputDeviceIds(); in createInputDeviceItems() local110 for (int inputDeviceId : inputDeviceIds) { in createInputDeviceItems()
170 final int[] inputDeviceIds = inputManager.getInputDeviceIds(); in getInputDevice() local171 for (int inputDeviceId : inputDeviceIds) { in getInputDevice()