Searched refs:notifyNetworkTestedWithExtras (Results 1 – 11 of 11) sorted by relevance
27 oneway void notifyNetworkTestedWithExtras(in android.net.NetworkTestResultParcelable result) = 6;
28 oneway void notifyNetworkTestedWithExtras(in android.net.NetworkTestResultParcelable result) = 6;
36 void notifyNetworkTestedWithExtras(in NetworkTestResultParcelable result) = 6;
1883 .notifyNetworkTestedWithExtras(matchNetworkTestResultParcelable(1973 .notifyNetworkTestedWithExtras(matchNetworkTestResultParcelable(2885 verify(mCallbacks, timeout(HANDLER_TIMEOUT_MS)).notifyNetworkTestedWithExtras(2896 verify(mCallbacks).notifyNetworkTestedWithExtras(captor.capture());
753 mCallback.notifyNetworkTestedWithExtras(result); in notifyNetworkTested()
3584 public void notifyNetworkTestedWithExtras(NetworkTestResultParcelable p) { in notifyNetworkTestedWithExtras() method in ConnectivityService.NetworkMonitorCallbacks
905 mNmCallbacks.notifyNetworkTestedWithExtras(p); in onValidationRequested()