Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/common/captiveportal/src/android/net/captiveportal/
DCaptivePortalProbeSpec.java42 private static final String REGEX_SEPARATOR = "@@/@@"; field in CaptivePortalProbeSpec
71 String[] splits = TextUtils.split(spec, REGEX_SEPARATOR); in parseSpec()
76 final int statusRegexPos = splits[0].length() + REGEX_SEPARATOR.length(); in parseSpec()
77 final int locationRegexPos = statusRegexPos + splits[1].length() + REGEX_SEPARATOR.length(); in parseSpec()