Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java93 private final HashSet<BluetoothDevice> mA2dpRetrySet = new HashSet<>(); field in PhonePolicy
715 mA2dpRetrySet.remove(device); in processProfileStateChanged()
847 mA2dpRetrySet.remove(device); in handleAllProfilesDisconnected()
862 mA2dpRetrySet.clear(); in resetStates()
1045 if (!mA2dpRetrySet.contains(device) in processConnectOtherProfiles()
1051 mA2dpRetrySet.add(device); in processConnectOtherProfiles()