Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DUpstreamNetworkMonitor.java322 notifyTarget(EVENT_ON_CAPABILITIES, network); in handleNetCap()
343 notifyTarget(EVENT_ON_LINKPROPERTIES, network); in handleLinkProp()
379 notifyTarget(EVENT_ON_LOST, mNetworkMap.remove(network)); in handleLost()
386 notifyTarget(NOTIFY_LOCAL_PREFIXES, localPrefixes.clone()); in recomputeLocalPrefixes()
481 private void notifyTarget(int which, Network network) { in notifyTarget() method in UpstreamNetworkMonitor
482 notifyTarget(which, mNetworkMap.get(network)); in notifyTarget()
485 private void notifyTarget(int which, Object obj) { in notifyTarget() method in UpstreamNetworkMonitor