Searched refs:bluetoothConnectToProfile (Results 1 – 5 of 5) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | BluetoothProfileDeviceManagerTest.java | 277 }).when(mMockProxies).bluetoothConnectToProfile(mProfileId, device); in mockDeviceAvailability() 815 verify(mMockProxies, times(0)).bluetoothConnectToProfile(eq(mProfileId), in testAutoConnectNoDevices_returnsImmediately() 835 verify(mMockProxies, times(0)).bluetoothConnectToProfile(eq(mProfileId), in testAutoConnectAdapterOff_returnsImmediately() 864 .bluetoothConnectToProfile(mProfileId, device); in testAutoConnectSeveralDevices_attemptsToConnectEachDevice() 892 verify(mMockProxies, times(1)).bluetoothConnectToProfile(profile, device); in testReceiveDeviceConnectPriorityAutoConnect_deviceAdded() 915 verify(mMockProxies, times(1)).bluetoothConnectToProfile(profile, device); in testReceiveDeviceConnectPriorityOn_deviceAdded() 938 verify(mMockProxies, times(1)).bluetoothConnectToProfile(profile, device); in testReceiveDeviceConnectPriorityOff_deviceNotAdded() 961 verify(mMockProxies, times(1)).bluetoothConnectToProfile(profile, device); in testReceiveDeviceConnectPriorityUndefined_deviceNotAdded()
|
/packages/services/Car/car-lib/src/android/car/ |
D | ICarBluetoothUserService.aidl | 26 boolean bluetoothConnectToProfile(in int profile, in BluetoothDevice device); in bluetoothConnectToProfile() method
|
/packages/services/Car/service/src/com/android/car/ |
D | BluetoothProfileDeviceManager.java | 529 return mBluetoothUserProxies.bluetoothConnectToProfile(mProfileId, device); in connect() 764 mBluetoothUserProxies.bluetoothConnectToProfile(profile, device); in triggerConnections()
|
D | CarBluetoothUserService.java | 294 public boolean bluetoothConnectToProfile(int profile, BluetoothDevice device) { in bluetoothConnectToProfile() method in CarBluetoothUserService
|
D | BluetoothProfileInhibitManager.java | 473 mBluetoothUserProxies.bluetoothConnectToProfile( in restoreProfilePriority()
|