Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/common/captiveportal/src/android/net/captiveportal/
DCaptivePortalProbeSpec.java77 final int locationRegexPos = statusRegexPos + splits[1].length() + REGEX_SEPARATOR.length(); in parseSpec() local
79 final Pattern locationRegex = parsePatternIfNonEmpty(splits[2], locationRegexPos); in parseSpec()