Home
last modified time | relevance | path

Searched refs:PARTIAL_CODE (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NetworkStack/common/captiveportal/src/android/net/captiveportal/
DCaptivePortalProbeResult.java43 public static final int PARTIAL_CODE = -1; field in CaptivePortalProbeResult
57 PARTIAL_CODE, 1 << PROBE_HTTP | 1 << PROBE_HTTPS);
129 return mHttpResponseCode == PARTIAL_CODE; in isPartialConnectivity()