Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java94 private final HashSet<BluetoothDevice> mConnectOtherProfilesDeviceSet = new HashSet<>(); field in PhonePolicy
154 mConnectOtherProfilesDeviceSet.remove(device); in handleMessage()
984 if (mConnectOtherProfilesDeviceSet.contains(device)) { in connectOtherProfile()
988 mConnectOtherProfilesDeviceSet.add(device); in connectOtherProfile()