Searched refs:bluetoothConnectToProfile (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
H A D | BluetoothProfileDeviceManagerTest.java | 275 }).when(mMockProxies).bluetoothConnectToProfile(mProfileId, device); in mockDeviceAvailability() 813 verify(mMockProxies, times(0)).bluetoothConnectToProfile(eq(mProfileId), in testAutoConnectNoDevices_returnsImmediately() 833 verify(mMockProxies, times(0)).bluetoothConnectToProfile(eq(mProfileId), in testAutoConnectAdapterOff_returnsImmediately() 862 .bluetoothConnectToProfile(mProfileId, device); in testAutoConnectSeveralDevices_attemptsToConnectEachDevice() 890 verify(mMockProxies, times(1)).bluetoothConnectToProfile(profile, device); in testReceiveDeviceConnectPriorityAutoConnect_deviceAdded() 913 verify(mMockProxies, times(1)).bluetoothConnectToProfile(profile, device); in testReceiveDeviceConnectPriorityOn_deviceAdded() 936 verify(mMockProxies, times(1)).bluetoothConnectToProfile(profile, device); in testReceiveDeviceConnectPriorityOff_deviceNotAdded() 959 verify(mMockProxies, times(1)).bluetoothConnectToProfile(profile, device); in testReceiveDeviceConnectPriorityUndefined_deviceNotAdded()
|
/aosp12/packages/services/Car/car-lib/src/android/car/ |
H A D | ICarBluetoothUserService.aidl | 26 boolean bluetoothConnectToProfile(in int profile, in BluetoothDevice device); in bluetoothConnectToProfile() method
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | BluetoothProfileDeviceManager.java | 553 return mBluetoothUserProxies.bluetoothConnectToProfile(mProfileId, device); in connect() 788 mBluetoothUserProxies.bluetoothConnectToProfile(profile, device); in triggerConnections()
|
H A D | BluetoothProfileInhibitManager.java | 479 mBluetoothUserProxies.bluetoothConnectToProfile( in restoreProfilePriority()
|
H A D | CarBluetoothUserService.java | 278 public boolean bluetoothConnectToProfile(int profile, BluetoothDevice device) { in bluetoothConnectToProfile() method in CarBluetoothUserService
|