Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/captiveportal/
DCaptivePortalProbeSpec.java71 final int statusRegexPos = splits[0].length() + REGEX_SEPARATOR.length(); in parseSpec() local
72 final int locationRegexPos = statusRegexPos + splits[1].length() + REGEX_SEPARATOR.length(); in parseSpec()
73 final Pattern statusRegex = parsePatternIfNonEmpty(splits[1], statusRegexPos); in parseSpec()