Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/stylus/
DStylusManagerTest.kt107 whenever(btStylusDevice.bluetoothAddress).thenReturn(STYLUS_BT_ADDRESS) in <lambda>()
118 whenever(bluetoothAdapter.getRemoteDevice(STYLUS_BT_ADDRESS)).thenReturn(bluetoothDevice) in <lambda>()
119 whenever(bluetoothDevice.address).thenReturn(STYLUS_BT_ADDRESS) in <lambda>()
259 .onStylusBluetoothConnected(BT_STYLUS_DEVICE_ID, STYLUS_BT_ADDRESS) in <lambda>()
291 whenever(stylusDevice.bluetoothAddress).thenReturn(STYLUS_BT_ADDRESS) in <lambda>()
297 .onStylusBluetoothConnected(STYLUS_DEVICE_ID, STYLUS_BT_ADDRESS) in <lambda>()
299 .onStylusBluetoothConnected(STYLUS_DEVICE_ID, STYLUS_BT_ADDRESS) in <lambda>()
305 whenever(stylusDevice.bluetoothAddress).thenReturn(STYLUS_BT_ADDRESS) in <lambda>()
310 .onStylusBluetoothConnected(STYLUS_DEVICE_ID, STYLUS_BT_ADDRESS) in <lambda>()
321 .onStylusBluetoothDisconnected(BT_STYLUS_DEVICE_ID, STYLUS_BT_ADDRESS) in <lambda>()
[all …]