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.java241 notifyTarget(EVENT_ON_AVAILABLE, network); in handleAvailable()
262 notifyTarget(EVENT_ON_CAPABILITIES, network); in handleNetCap()
283 notifyTarget(EVENT_ON_LINKPROPERTIES, network); in handleLinkProp()
309 notifyTarget(EVENT_ON_LOST, mNetworkMap.remove(network)); in handleLost()
371 private void notifyTarget(int which, Network network) { in notifyTarget() method in UpstreamNetworkMonitor
372 notifyTarget(which, mNetworkMap.get(network)); in notifyTarget()
375 private void notifyTarget(int which, NetworkState netstate) { in notifyTarget() method in UpstreamNetworkMonitor