Home
last modified time | relevance | path

Searched defs:statusRegex (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/captiveportal/
DCaptivePortalProbeSpec.java73 final Pattern statusRegex = parsePatternIfNonEmpty(splits[1], statusRegexPos); in parseSpec() local
160 String spec, URL url, Pattern statusRegex, Pattern locationHeaderRegex) { in RegexMatchProbeSpec()