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

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java448 boolean isPortal() { method in class:NetworkMonitor.CaptivePortalProbeResult
515 } else if (probeResult.isPortal()) {
722 result.isPortal() /* isCaptivePortal */,
821 if ((mIsHttps && mResult.isSuccessful()) || (!mIsHttps && mResult.isPortal())) {
848 if (httpResult.isPortal()) {
851 // httpsResult.isPortal() is not expected, but check it nonetheless.
852 if (httpsResult.isPortal() || httpsResult.isSuccessful()) {
859 if (result.isPortal()) {

Completed in 66 milliseconds