Searched refs:ACTION_ACTIVE_DEVICE_CHANGED (Results 1 – 7 of 7) sorted by relevance
111 addHandler(BluetoothA2dp.ACTION_ACTIVE_DEVICE_CHANGED, new ActiveDeviceChangedHandler()); in BluetoothEventManager()112 addHandler(BluetoothHeadset.ACTION_ACTIVE_DEVICE_CHANGED, new ActiveDeviceChangedHandler()); in BluetoothEventManager()113 addHandler(BluetoothHearingAid.ACTION_ACTIVE_DEVICE_CHANGED, in BluetoothEventManager()460 if (Objects.equals(action, BluetoothA2dp.ACTION_ACTIVE_DEVICE_CHANGED)) { in onReceive()462 } else if (Objects.equals(action, BluetoothHeadset.ACTION_ACTIVE_DEVICE_CHANGED)) { in onReceive()464 } else if (Objects.equals(action, BluetoothHearingAid.ACTION_ACTIVE_DEVICE_CHANGED)) { in onReceive()
89 public static final String ACTION_ACTIVE_DEVICE_CHANGED = field in BluetoothHearingAid
117 public static final String ACTION_ACTIVE_DEVICE_CHANGED = field in BluetoothA2dp
115 public static final String ACTION_ACTIVE_DEVICE_CHANGED = field in BluetoothHeadset
198 IntentFilter intentFilter = new IntentFilter(BluetoothA2dp.ACTION_ACTIVE_DEVICE_CHANGED); in MediaRouterService()717 if (intent.getAction().equals(BluetoothA2dp.ACTION_ACTIVE_DEVICE_CHANGED)) { in onReceive()
246 if (action.equals(BluetoothHeadset.ACTION_ACTIVE_DEVICE_CHANGED)) { in receiveBtEvent()
794 intentFilter.addAction(BluetoothHeadset.ACTION_ACTIVE_DEVICE_CHANGED); in AudioService()5649 } else if (action.equals(BluetoothHeadset.ACTION_ACTIVE_DEVICE_CHANGED) in onReceive()