Searched refs:isCaptivePortal (Results 1 - 2 of 2) sorted by path

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java424 * Result of calling isCaptivePortal().
506 // Note: This call to isCaptivePortal() could take up to a minute. Resolving the
510 // will be unresponsive. isCaptivePortal() could be executed on another Thread
512 CaptivePortalProbeResult probeResult = isCaptivePortal();
634 protected CaptivePortalProbeResult isCaptivePortal() { method in class:NetworkMonitor
722 result.isPortal() /* isCaptivePortal */,
886 * If false, isCaptivePortal and responseTimestampMs are ignored
891 private void sendNetworkConditionsBroadcast(boolean responseReceived, boolean isCaptivePortal, argument
959 latencyBroadcast.putExtra(EXTRA_IS_CAPTIVE_PORTAL, isCaptivePortal);
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DConnectivityServiceTest.java599 protected CaptivePortalProbeResult isCaptivePortal() { method in class:ConnectivityServiceTest.WrappedNetworkMonitor

Completed in 731 milliseconds