Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/media/
DBluetoothDeviceRoutesManager.java124 IntentFilter deviceStateChangedIntentFilter = new IntentFilter(); in start() local
126 deviceStateChangedIntentFilter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in start()
127 deviceStateChangedIntentFilter.addAction(BluetoothHearingAid.ACTION_ACTIVE_DEVICE_CHANGED); in start()
128 deviceStateChangedIntentFilter.addAction( in start()
130 deviceStateChangedIntentFilter.addAction( in start()
132 deviceStateChangedIntentFilter.addAction(BluetoothDevice.ACTION_ALIAS_CHANGED); in start()
135 deviceStateChangedIntentFilter, null, null); in start()
DLegacyBluetoothRouteController.java114 IntentFilter deviceStateChangedIntentFilter = new IntentFilter(); in start() local
116 deviceStateChangedIntentFilter.addAction(BluetoothA2dp.ACTION_ACTIVE_DEVICE_CHANGED); in start()
117 deviceStateChangedIntentFilter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in start()
118 deviceStateChangedIntentFilter.addAction(BluetoothHearingAid.ACTION_ACTIVE_DEVICE_CHANGED); in start()
119 deviceStateChangedIntentFilter.addAction( in start()
121 deviceStateChangedIntentFilter.addAction( in start()
123 deviceStateChangedIntentFilter.addAction( in start()
127 deviceStateChangedIntentFilter, null, null); in start()