Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DPhonePolicy.java101 private final HashSet<BluetoothDevice> mConnectOtherProfilesDeviceSet = new HashSet<>(); field in PhonePolicy
224 mConnectOtherProfilesDeviceSet.remove(device); in handleMessage()
480 if (mConnectOtherProfilesDeviceSet.contains(device)) { in connectOtherProfile()
484 mConnectOtherProfilesDeviceSet.add(device); in connectOtherProfile()