Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DMultipathPolicyTracker.java168 for (MultipathTracker t : mMultipathTrackers.values()) { in shutdown()
181 MultipathTracker t = mMultipathTrackers.get(network); in getMultipathPreference()
189 class MultipathTracker { class in MultipathPolicyTracker
205 public MultipathTracker(Network network, NetworkCapabilities nc) { in MultipathTracker() method in MultipathPolicyTracker.MultipathTracker
449 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()