Searched defs:notifyNetworkTested (Results 1 – 10 of 10) sorted by relevance
21 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() method
4 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() method
22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() method
31 void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() method
22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() method
737 private void notifyNetworkTested(NetworkTestResultParcelable result) { in notifyNetworkTested() method in NetworkMonitor