Searched refs:ActiveDeviceChangedHandler (Results 1 – 1 of 1) sorted by relevance
117 addHandler(BluetoothA2dp.ACTION_ACTIVE_DEVICE_CHANGED, new ActiveDeviceChangedHandler()); in BluetoothEventManager()118 addHandler(BluetoothHeadset.ACTION_ACTIVE_DEVICE_CHANGED, new ActiveDeviceChangedHandler()); in BluetoothEventManager()120 new ActiveDeviceChangedHandler()); in BluetoothEventManager()122 new ActiveDeviceChangedHandler()); in BluetoothEventManager()469 private class ActiveDeviceChangedHandler implements Handler { class in BluetoothEventManager