Searched refs:EXTERNAL_DEVICE_ID (Results 1 – 1 of 1) sorted by relevance
65 whenever(inputManager.getInputDevice(EXTERNAL_DEVICE_ID)).thenReturn(externalDevice) in setUp()68 .thenReturn(intArrayOf(EXTERNAL_DEVICE_ID, STYLUS_DEVICE_ID)) in setUp()75 whenever(externalDevice.id).thenReturn(EXTERNAL_DEVICE_ID) in setUp()80 whenever(inputManager.inputDeviceIds).thenReturn(intArrayOf(EXTERNAL_DEVICE_ID)) in start_hostDeviceDoesNotSupportStylus_doesNotRegister()110 startable.onStylusAdded(EXTERNAL_DEVICE_ID) in onStylusAdded_external_noop()144 private const val EXTERNAL_DEVICE_ID = 0 constant