Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DBluetoothProfileDeviceManager.java341 IntentFilter profileFilter = new IntentFilter(); in start() local
342 profileFilter.addAction(mProfileConnectionAction); in start()
343 profileFilter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in start()
344 profileFilter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in start()
345 profileFilter.addAction(BluetoothDevice.ACTION_UUID); in start()
347 profileFilter, null, null); in start()
DBluetoothDeviceConnectionPolicy.java166 IntentFilter profileFilter = new IntentFilter(); in init() local
167 profileFilter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in init()
169 profileFilter, null, null); in init()