Searched refs:isPortal (Results 1 – 5 of 5) sorted by relevance
77 public boolean isPortal() { in isPortal() method in CaptivePortalProbeResult82 return !isSuccessful() && !isPortal(); in isFailed()
1148 } else if (probeResult.isPortal()) { in processMessage()1526 result.isPortal() /* isCaptivePortal */, in isCaptivePortal()1530 + " isPortal()=" + result.isPortal() in isCaptivePortal()1707 if ((mIsHttps && mResult.isSuccessful()) || (!mIsHttps && mResult.isPortal())) { in sendParallelHttpProbes()1734 if (httpResult.isPortal()) { in sendParallelHttpProbes()1739 if (httpsResult.isPortal() || httpsResult.isSuccessful()) { in sendParallelHttpProbes()1751 if (fallbackProbeResult.isPortal()) { in sendParallelHttpProbes()1760 if (httpProbe.result().isPortal()) { in sendParallelHttpProbes()
46 } else if (result.isPortal()) { in probeResultToEnum()
160 assertTrue(result.isPortal()); in assertPortal()
557 assertTrue(result.isPortal()); in testIsCaptivePortal_OtherFallbackProbeIsPortal()