Searched defs:notifyNetworkTested (Results 1 – 5 of 5) sorted by relevance
4 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() method
21 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() method
25 void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() method
2793 public void notifyNetworkTested(int testResult, @Nullable String redirectUrl) { in notifyNetworkTested() method in ConnectivityService.NetworkMonitorCallbacks