Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DUpstreamNetworkMonitor.java389 notifyTarget(EVENT_ON_CAPABILITIES, network); in handleNetCap()
422 notifyTarget(EVENT_ON_LINKPROPERTIES, ns); in handleLinkProp()
449 notifyTarget(EVENT_ON_LOST, mNetworkMap.remove(network)); in handleLost()
467 notifyTarget(EVENT_DEFAULT_SWITCHED, ns); in maybeHandleNetworkSwitch()
474 notifyTarget(NOTIFY_LOCAL_PREFIXES, localPrefixes.clone()); in recomputeLocalPrefixes()
562 notifyTarget(EVENT_DEFAULT_SWITCHED, null); in onLost()
580 private void notifyTarget(int which, Network network) { in notifyTarget() method in UpstreamNetworkMonitor
581 notifyTarget(which, mNetworkMap.get(network)); in notifyTarget()
584 private void notifyTarget(int which, Object obj) { in notifyTarget() method in UpstreamNetworkMonitor