Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DBluetoothProfileDeviceManager.java195 if (getProfilePriority(device) >= BluetoothProfile.PRIORITY_ON) { in handleDeviceConnectionStateChange()
575 private int getProfilePriority(BluetoothDevice device) { in getProfilePriority() method in BluetoothProfileDeviceManager
577 return mBluetoothUserProxies.getProfilePriority(mProfileId, device); in getProfilePriority()
738 && getProfilePriority(device) >= BluetoothProfile.PRIORITY_ON) { in addBondedDeviceIfSupported()
754 int devicePriority = getProfilePriority(device); in provisionDeviceIfSupported()
DCarBluetoothUserService.java352 public int getProfilePriority(int profile, BluetoothDevice device) { in getProfilePriority() method in CarBluetoothUserService
DBluetoothProfileInhibitManager.java372 mBluetoothUserProxies.getProfilePriority( in addInhibitRecord()
/packages/services/Car/car-lib/src/android/car/
DICarBluetoothUserService.aidl28 int getProfilePriority(in int profile, in BluetoothDevice device); in getProfilePriority() method
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DBluetoothProfileDeviceManagerTest.java296 when(mMockProxies.getProfilePriority(mProfileId, device)).thenReturn(priority); in mockDevicePriority()
1214 verify(mMockProxies, times(0)).getProfilePriority(eq(mProfileId), in testReceiveUuidsDeviceUnsupported_doNothing()