Home
last modified time | relevance | path

Searched refs:btStylusDevice (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/stylus/
DStylusManagerTest.kt58 @Mock lateinit var btStylusDevice: InputDevice in <lambda>() variable in com.android.systemui.stylus.StylusManagerTest
102 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>()
DStylusUsiPowerUiTest.kt67 @Mock lateinit var btStylusDevice: InputDevice variable in com.android.systemui.stylus.StylusUsiPowerUiTest
93 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()