Home
last modified time | relevance | path

Searched refs:bluetoothConnectToProfile (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DBluetoothProfileDeviceManagerTest.java277 }).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/
DICarBluetoothUserService.aidl26 boolean bluetoothConnectToProfile(in int profile, in BluetoothDevice device); in bluetoothConnectToProfile() method
/packages/services/Car/service/src/com/android/car/
DBluetoothProfileDeviceManager.java529 return mBluetoothUserProxies.bluetoothConnectToProfile(mProfileId, device); in connect()
764 mBluetoothUserProxies.bluetoothConnectToProfile(profile, device); in triggerConnections()
DCarBluetoothUserService.java294 public boolean bluetoothConnectToProfile(int profile, BluetoothDevice device) { in bluetoothConnectToProfile() method in CarBluetoothUserService
DBluetoothProfileInhibitManager.java473 mBluetoothUserProxies.bluetoothConnectToProfile( in restoreProfilePriority()