Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothEventManager.java111 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()
/frameworks/base/core/java/android/bluetooth/
DBluetoothHearingAid.java89 public static final String ACTION_ACTIVE_DEVICE_CHANGED = field in BluetoothHearingAid
DBluetoothA2dp.java117 public static final String ACTION_ACTIVE_DEVICE_CHANGED = field in BluetoothA2dp
DBluetoothHeadset.java115 public static final String ACTION_ACTIVE_DEVICE_CHANGED = field in BluetoothHeadset
/frameworks/base/services/core/java/com/android/server/media/
DMediaRouterService.java198 IntentFilter intentFilter = new IntentFilter(BluetoothA2dp.ACTION_ACTIVE_DEVICE_CHANGED); in MediaRouterService()
717 if (intent.getAction().equals(BluetoothA2dp.ACTION_ACTIVE_DEVICE_CHANGED)) { in onReceive()
/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java246 if (action.equals(BluetoothHeadset.ACTION_ACTIVE_DEVICE_CHANGED)) { in receiveBtEvent()
DAudioService.java794 intentFilter.addAction(BluetoothHeadset.ACTION_ACTIVE_DEVICE_CHANGED); in AudioService()
5649 } else if (action.equals(BluetoothHeadset.ACTION_ACTIVE_DEVICE_CHANGED) in onReceive()