Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java7942 notifyNetworkAvailable(nai, nri); in processNewlySatisfiedListenRequests()
8186 notifyNetworkAvailable(event.mNewNetwork, event.mNetworkRequestInfo); in applyNetworkReassignment()
8593 protected void notifyNetworkAvailable(NetworkAgentInfo nai, NetworkRequestInfo nri) { in notifyNetworkAvailable() method in ConnectivityService