Searched refs:getProfilePriority (Results 1 – 5 of 5) sorted by relevance
195 if (getProfilePriority(device) >= BluetoothProfile.PRIORITY_ON) { in handleDeviceConnectionStateChange()575 private int getProfilePriority(BluetoothDevice device) { in getProfilePriority() method in BluetoothProfileDeviceManager577 return mBluetoothUserProxies.getProfilePriority(mProfileId, device); in getProfilePriority()738 && getProfilePriority(device) >= BluetoothProfile.PRIORITY_ON) { in addBondedDeviceIfSupported()754 int devicePriority = getProfilePriority(device); in provisionDeviceIfSupported()
352 public int getProfilePriority(int profile, BluetoothDevice device) { in getProfilePriority() method in CarBluetoothUserService
372 mBluetoothUserProxies.getProfilePriority( in addInhibitRecord()
28 int getProfilePriority(in int profile, in BluetoothDevice device); in getProfilePriority() method
296 when(mMockProxies.getProfilePriority(mProfileId, device)).thenReturn(priority); in mockDevicePriority()1214 verify(mMockProxies, times(0)).getProfilePriority(eq(mProfileId), in testReceiveUuidsDeviceUnsupported_doNothing()