Home | History | Annotate | Download | only in connectivity

Lines Matching defs:probeType

366     private void validationLog(int probeType, Object url, String msg) {
367 String probeName = ValidationProbeEvent.getProbeName(probeType);
1029 private CaptivePortalProbeResult sendDnsAndHttpProbes(ProxyInfo proxy, URL url, int probeType) {
1035 return sendHttpProbe(url, probeType, null);
1071 protected CaptivePortalProbeResult sendHttpProbe(URL url, int probeType,
1080 urlConnection.setInstanceFollowRedirects(probeType == ValidationProbeEvent.PROBE_PAC);
1099 validationLog(probeType, url, "time=" + (responseTimestamp - requestTimestamp) + "ms" +
1110 if (probeType == ValidationProbeEvent.PROBE_PAC) {
1112 probeType, url, "PAC fetch 200 response interpreted as 204 response.");
1119 validationLog(probeType, url,
1127 probeType, url, "Empty 200 response interpreted as 204 response.");
1133 validationLog(probeType, url, "Probe failed with exception " + e);
1143 logValidationProbe(probeTimer.stop(), probeType, httpResponseCode);
1368 private void logValidationProbe(long durationMs, int probeType, int probeResult) {
1372 ev.probeType = ValidationProbeEvent.makeProbeType(probeType, isFirstValidation);