Searched refs:statesToCleanUp (Results 1 – 1 of 1) sorted by relevance
590 private final Set<State> statesToCleanUp = new HashSet<>(); field in BluetoothRouteManager1201 statesToCleanUp.add(mAudioConnectingStates.remove(address)); in removeDevice()1202 statesToCleanUp.add(mAudioConnectedStates.remove(address)); in removeDevice()1230 for (State state : statesToCleanUp) { in cleanupStatesForDisconnectedDevices()1235 statesToCleanUp.clear(); in cleanupStatesForDisconnectedDevices()