Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothEventManager.java114 addHandler(BluetoothA2dp.ACTION_ACTIVE_DEVICE_CHANGED, new ActiveDeviceChangedHandler()); in BluetoothEventManager()
115 addHandler(BluetoothHeadset.ACTION_ACTIVE_DEVICE_CHANGED, new ActiveDeviceChangedHandler()); in BluetoothEventManager()
117 new ActiveDeviceChangedHandler()); in BluetoothEventManager()
427 private class ActiveDeviceChangedHandler implements Handler { class in BluetoothEventManager