Searched refs:locationHeader (Results 1 – 3 of 3) sorted by relevance
/packages/modules/NetworkStack/common/captiveportal/src/android/net/captiveportal/ |
D | CaptivePortalProbeSpec.java | 146 public abstract CaptivePortalProbeResult getResult(int status, @Nullable String locationHeader); in getResult() argument 187 public CaptivePortalProbeResult getResult(int status, String locationHeader) { in getResult() argument 189 final boolean locationMatch = safeMatch(locationHeader, mLocationHeaderRegex); in getResult() 192 returnCode, locationHeader, getUrl().toString(), this, PROBE_HTTP); in getResult()
|
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/ |
D | CaptivePortalLoginActivity.java | 699 String locationHeader = null; in testForCaptivePortal() 714 locationHeader = urlConnection.getHeaderField(HTTP_LOCATION_HEADER_NAME); in testForCaptivePortal() 725 if (isDismissed(httpResponseCode, locationHeader, mProbeSpec)) { in testForCaptivePortal() 733 int httpResponseCode, String locationHeader, CaptivePortalProbeSpec probeSpec) { in isDismissed() argument 735 ? probeSpec.getResult(httpResponseCode, locationHeader).isSuccessful() in isDismissed()
|
/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | httpclient-4.5.12.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |