Searched refs:isPortal (Results 1 - 3 of 3) sorted by path

/frameworks/base/core/java/android/net/captiveportal/
H A DCaptivePortalProbeResult.java61 public boolean isPortal() { method in class:CaptivePortalProbeResult
66 return !isSuccessful() && !isPortal();
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java641 } else if (probeResult.isPortal()) {
1019 result.isPortal() /* isCaptivePortal */,
1178 if ((mIsHttps && mResult.isSuccessful()) || (!mIsHttps && mResult.isPortal())) {
1205 if (httpResult.isPortal()) {
1208 // httpsResult.isPortal() is not expected, but check it nonetheless.
1209 if (httpsResult.isPortal() || httpsResult.isSuccessful()) {
1218 if (result.isPortal()) {
1225 if (httpProbe.result().isPortal()) {
/frameworks/base/tests/net/java/android/net/captiveportal/
H A DCaptivePortalProbeSpecTest.java161 assertTrue(result.isPortal());

Completed in 144 milliseconds