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