Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/
DStylusManager.kt121 val btAddress: String? = device.bluetoothAddress in <lambda>() constant
122 inputDeviceAddressMap[deviceId] = btAddress in <lambda>()
125 if (btAddress != null) { in <lambda>()
127 onStylusBluetoothConnected(deviceId, btAddress) in <lambda>()
128 executeStylusCallbacks { cb -> cb.onStylusBluetoothConnected(deviceId, btAddress) } in <lambda>()
162 val btAddress: String? = inputDeviceAddressMap[deviceId] in <lambda>() constant
164 if (btAddress != null) { in <lambda>()
165 onStylusBluetoothDisconnected(deviceId, btAddress) in <lambda>()
166 executeStylusCallbacks { cb -> cb.onStylusBluetoothDisconnected(deviceId, btAddress) } in <lambda>()
220 private fun onStylusBluetoothConnected(deviceId: Int, btAddress: String) { in <lambda>()
[all …]