Searched refs:MultipathTracker (Results 1 – 1 of 1) sorted by relevance
168 for (MultipathTracker t : mMultipathTrackers.values()) { in shutdown()181 MultipathTracker t = mMultipathTrackers.get(network); in getMultipathPreference()189 class MultipathTracker { class in MultipathPolicyTracker205 public MultipathTracker(Network network, NetworkCapabilities nc) { in MultipathTracker() method in MultipathPolicyTracker.MultipathTracker449 private final ConcurrentHashMap <Network, MultipathTracker> mMultipathTrackers =479 MultipathTracker existing = mMultipathTrackers.get(network); in registerTrackMobileCallback()487 mMultipathTrackers.put(network, new MultipathTracker(network, nc)); in registerTrackMobileCallback()496 MultipathTracker existing = mMultipathTrackers.get(network); in registerTrackMobileCallback()512 for (MultipathTracker t : mMultipathTrackers.values()) { in updateAllMultipathBudgets()572 for (MultipathTracker t : mMultipathTrackers.values()) { in dump()