Searched refs:btStylusDevice (Results 1 – 2 of 2) sorted by relevance
58 @Mock lateinit var btStylusDevice: InputDevice in <lambda>() variable in com.android.systemui.stylus.StylusManagerTest102 whenever(btStylusDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(true) in <lambda>()104 whenever(btStylusDevice.isExternal).thenReturn(true) in <lambda>()107 whenever(btStylusDevice.bluetoothAddress).thenReturn(STYLUS_BT_ADDRESS) in <lambda>()109 whenever(btStylusDevice.batteryState).thenReturn(batteryState) in <lambda>()115 whenever(inputManager.getInputDevice(BT_STYLUS_DEVICE_ID)).thenReturn(btStylusDevice) in <lambda>()316 whenever(btStylusDevice.bluetoothAddress).thenReturn(null) in <lambda>()
67 @Mock lateinit var btStylusDevice: InputDevice variable in com.android.systemui.stylus.StylusUsiPowerUiTest93 whenever(inputManager.getInputDevice(0)).thenReturn(btStylusDevice) in setUp()94 whenever(btStylusDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(true) in setUp()95 whenever(btStylusDevice.bluetoothAddress).thenReturn("SO:ME:AD:DR:ES") in setUp()