Searched refs:REGEX_SEPARATOR (Results 1 – 1 of 1) sorted by relevance
40 private static final String REGEX_SEPARATOR = "@@/@@"; field in CaptivePortalProbeSpec66 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()