Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DBluetoothProfileDeviceManager.java197 if (getProfilePriority(device) >= BluetoothProfile.PRIORITY_ON) { in handleDeviceConnectionStateChange()
582 private int getProfilePriority(BluetoothDevice device) { in getProfilePriority() method in BluetoothProfileDeviceManager
584 return mBluetoothUserProxies.getProfilePriority(mProfileId, device); in getProfilePriority()
745 && getProfilePriority(device) >= BluetoothProfile.PRIORITY_ON) { in addBondedDeviceIfSupported()
761 int devicePriority = getProfilePriority(device); in provisionDeviceIfSupported()
H A DBluetoothProfileInhibitManager.java372 mBluetoothUserProxies.getProfilePriority( in addInhibitRecord()
H A DCarBluetoothUserService.java366 public int getProfilePriority(int profile, BluetoothDevice device) { in getProfilePriority() method in CarBluetoothUserService
/aosp12/packages/services/Car/car-lib/src/android/car/
H A DICarBluetoothUserService.aidl28 int getProfilePriority(in int profile, in BluetoothDevice device); in getProfilePriority() method
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DBluetoothProfileDeviceManagerTest.java294 when(mMockProxies.getProfilePriority(mProfileId, device)).thenReturn(priority); in mockDevicePriority()
1236 verify(mMockProxies, times(0)).getProfilePriority(eq(mProfileId), in testReceiveUuidsDeviceUnsupported_doNothing()