Home
last modified time | relevance | path

Searched refs:PROTOCOL_HTTP (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NetworkStack/common/captiveportal/src/android/net/captiveportal/
DCaptivePortalProbeSpec.java44 private static final String PROTOCOL_HTTP = "http"; field in CaptivePortalProbeSpec
175 if (!PROTOCOL_HTTP.equals(protocol)) { in RegexMatchProbeSpec()