Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/
H A DStylusManager.kt189 cb.onStylusBluetoothChargingStateChanged(inputDeviceId, device, isCharging)
373 fun onStylusBluetoothChargingStateChanged( regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/stylus/
H A DStylusManagerTest.kt468 .onStylusBluetoothChargingStateChanged(BT_STYLUS_DEVICE_ID, bluetoothDevice, true)
482 .onStylusBluetoothChargingStateChanged(BT_STYLUS_DEVICE_ID, bluetoothDevice, false)
506 verify(stylusCallback, never()).onStylusBluetoothChargingStateChanged(any(), any(), any())