Searched refs:probeType (Results 1 – 2 of 2) sorted by relevance
/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
D | NetworkMonitor.java | 527 private void validationLog(int probeType, Object url, String msg) { in validationLog() argument 528 String probeName = ValidationProbeEvent.getProbeName(probeType); in validationLog() 1542 private CaptivePortalProbeResult sendDnsAndHttpProbes(ProxyInfo proxy, URL url, int probeType) { in sendDnsAndHttpProbes() argument 1552 return sendHttpProbe(url, probeType, null); in sendDnsAndHttpProbes() 1596 protected CaptivePortalProbeResult sendHttpProbe(URL url, int probeType, in sendHttpProbe() argument 1606 urlConnection.setInstanceFollowRedirects(probeType == ValidationProbeEvent.PROBE_PAC); in sendHttpProbe() 1626 validationLog(probeType, url, "time=" + (responseTimestamp - requestTimestamp) + "ms" in sendHttpProbe() 1638 if (probeType == ValidationProbeEvent.PROBE_PAC) { in sendHttpProbe() 1640 probeType, url, "PAC fetch 200 response interpreted as 204 response."); in sendHttpProbe() 1647 validationLog(probeType, url, in sendHttpProbe() [all …]
|
/packages/modules/NetworkStack/src/android/net/ip/ |
D | IpReachabilityMonitor.java | 376 private void logEvent(int probeType, int errorCode) { 377 int eventType = probeType | (errorCode & 0xff);
|