Home
last modified time | relevance | path

Searched refs:beginAutoConnecting (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DBluetoothProfileDeviceManagerTest.java812 mProfileDeviceManager.beginAutoConnecting(); in testAutoConnectNoDevices_returnsImmediately()
832 mProfileDeviceManager.beginAutoConnecting(); in testAutoConnectAdapterOff_returnsImmediately()
857 mProfileDeviceManager.beginAutoConnecting(); in testAutoConnectSeveralDevices_attemptsToConnectEachDevice()
1258 mProfileDeviceManager.beginAutoConnecting(); in testReceiveAdapterTurningOff_cancel()
1279 mProfileDeviceManager.beginAutoConnecting(); in testReceiveAdapterOff_cancelAndCommit()
1303 mProfileDeviceManager.beginAutoConnecting(); in testReceiveAdapterTurningOn_cancel()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarBluetoothService.java378 deviceManager.beginAutoConnecting(); in connectDevices()
H A DBluetoothProfileDeviceManager.java614 public void beginAutoConnecting() { in beginAutoConnecting() method in BluetoothProfileDeviceManager