Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/captiveportal/
DCaptivePortalProbeSpec.java40 private static final String REGEX_SEPARATOR = "@@/@@"; field in CaptivePortalProbeSpec
66 String[] splits = TextUtils.split(spec, REGEX_SEPARATOR); in parseSpec()
71 final int statusRegexPos = splits[0].length() + REGEX_SEPARATOR.length(); in parseSpec()
72 final int locationRegexPos = statusRegexPos + splits[1].length() + REGEX_SEPARATOR.length(); in parseSpec()