Searched refs:notifyTarget (Results 1 – 1 of 1) sorted by relevance
241 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 UpstreamNetworkMonitor372 notifyTarget(which, mNetworkMap.get(network)); in notifyTarget()375 private void notifyTarget(int which, NetworkState netstate) { in notifyTarget() method in UpstreamNetworkMonitor