Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DUpstreamNetworkMonitor.java363 notifyTarget(EVENT_ON_CAPABILITIES, network); in handleNetCap()
384 notifyTarget(EVENT_ON_LINKPROPERTIES, network); in handleLinkProp()
410 notifyTarget(EVENT_ON_LOST, mNetworkMap.remove(network)); in handleLost()
417 notifyTarget(NOTIFY_LOCAL_PREFIXES, localPrefixes.clone()); in recomputeLocalPrefixes()
498 private void notifyTarget(int which, Network network) { in notifyTarget() method in UpstreamNetworkMonitor
499 notifyTarget(which, mNetworkMap.get(network)); in notifyTarget()
502 private void notifyTarget(int which, Object obj) { in notifyTarget() method in UpstreamNetworkMonitor