Searched defs:probeType (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/modules/NetworkStack/common/captiveportal/src/android/net/captiveportal/ |
H A D | CaptivePortalProbeResult.java | 75 public final int probeType; field in CaptivePortalProbeResult 86 public CaptivePortalProbeResult(int httpResponseCode, @ProbeType int probeType) { in CaptivePortalProbeResult() 91 @Nullable String detectUrl, @ProbeType int probeType) { in CaptivePortalProbeResult() 97 @ProbeType int probeType) { in CaptivePortalProbeResult() 141 public static CaptivePortalProbeResult failed(@ProbeType int probeType) { in failed() 150 public static CaptivePortalProbeResult success(@ProbeType int probeType) { in success()
|
/aosp12/frameworks/base/core/java/android/net/metrics/ |
H A D | ValidationProbeEvent.java | 69 public final int probeType; field in ValidationProbeEvent 73 private ValidationProbeEvent(long durationMs, int probeType, int returnCode) { in ValidationProbeEvent() 106 public Builder setProbeType(int probeType, boolean firstValidation) { in setProbeType() 155 private static int makeProbeType(int probeType, boolean firstValidation) { in makeProbeType() 162 public static @NonNull String getProbeName(int probeType) { in getProbeName() 166 private static @NonNull String getValidationStage(int probeType) { in getValidationStage()
|
/aosp12/packages/modules/NetworkStack/src/android/net/captiveportal/ |
H A D | CapportApiProbeResult.java | 40 int probeType) { in CapportApiProbeResult()
|
/aosp12/packages/modules/NetworkStack/src/com/android/networkstack/metrics/ |
H A D | NetworkValidationMetrics.java | 131 public static ProbeType probeTypeToEnum(final int probeType) { in probeTypeToEnum()
|
/aosp12/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
H A D | NetworkMonitor.java | 718 private void validationLog(int probeType, Object url, String msg) { in validationLog() 2384 private CaptivePortalProbeResult sendDnsAndHttpProbes(ProxyInfo proxy, URL url, int probeType) { in sendDnsAndHttpProbes() 2460 protected CaptivePortalProbeResult sendHttpProbe(URL url, int probeType, in sendHttpProbe() 2549 logValidationProbe(probeTimer.stop(), probeType, httpResponseCode); in sendHttpProbe() local 2661 int probeType, Uri captivePortalApiUrl) { in ProbeThread() 3079 private void logValidationProbe(long durationUs, int probeType, int probeResult) { in logValidationProbe()
|