Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/common/
DCaptivePortalProbeSpec.java76 final Pattern statusRegex = parsePatternIfNonEmpty(splits[1], statusRegexPos); in parseSpec() local
169 String spec, URL url, Pattern statusRegex, Pattern locationHeaderRegex) { in RegexMatchProbeSpec()