Searched refs:deviceStateChangedIntentFilter (Results 1 – 2 of 2) sorted by relevance
124 IntentFilter deviceStateChangedIntentFilter = new IntentFilter(); in start() local126 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()
114 IntentFilter deviceStateChangedIntentFilter = new IntentFilter(); in start() local116 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()