Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2209 notifyNetworkCallbacks(nai, ConnectivityManager.CALLBACK_LOSING, lingerTime); in updateLingerState()
2280 notifyNetworkCallbacks(nai, ConnectivityManager.CALLBACK_LOST); in handleAsyncChannelDisconnected()
4378 notifyNetworkCallbacks(networkAgent, ConnectivityManager.CALLBACK_IP_CHANGED); in updateLinkProperties()
4586 notifyNetworkCallbacks(nai, ConnectivityManager.CALLBACK_CAP_CHANGED); in updateCapabilities()
4743 notifyNetworkCallbacks(nai, ConnectivityManager.CALLBACK_CAP_CHANGED); in processListenRequests()
5181 notifyNetworkCallbacks(networkAgent, ConnectivityManager.CALLBACK_PRECHECK); in updateNetworkInfo()
5200 notifyNetworkCallbacks(networkAgent, (state == NetworkInfo.State.SUSPENDED ? in updateNetworkInfo()
5292 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType, int arg1) { in notifyNetworkCallbacks() method in ConnectivityService
5308 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType) { in notifyNetworkCallbacks() method in ConnectivityService
5309 notifyNetworkCallbacks(networkAgent, notifyType, 0); in notifyNetworkCallbacks()