Searched refs:getProfilePriority (Results 1 – 5 of 5) sorted by relevance
197 if (getProfilePriority(device) >= BluetoothProfile.PRIORITY_ON) { in handleDeviceConnectionStateChange()582 private int getProfilePriority(BluetoothDevice device) { in getProfilePriority() method in BluetoothProfileDeviceManager584 return mBluetoothUserProxies.getProfilePriority(mProfileId, device); in getProfilePriority()745 && getProfilePriority(device) >= BluetoothProfile.PRIORITY_ON) { in addBondedDeviceIfSupported()761 int devicePriority = getProfilePriority(device); in provisionDeviceIfSupported()
372 mBluetoothUserProxies.getProfilePriority( in addInhibitRecord()
366 public int getProfilePriority(int profile, BluetoothDevice device) { in getProfilePriority() method in CarBluetoothUserService
28 int getProfilePriority(in int profile, in BluetoothDevice device); in getProfilePriority() method
294 when(mMockProxies.getProfilePriority(mProfileId, device)).thenReturn(priority); in mockDevicePriority()1236 verify(mMockProxies, times(0)).getProfilePriority(eq(mProfileId), in testReceiveUuidsDeviceUnsupported_doNothing()