Searched refs:safeMatch (Results 1 – 1 of 1) sorted by relevance
188 final boolean statusMatch = safeMatch(String.valueOf(status), mStatusRegex); in getResult()189 final boolean locationMatch = safeMatch(locationHeader, mLocationHeaderRegex); in getResult()196 private static boolean safeMatch(@Nullable String value, @Nullable Pattern pattern) { in safeMatch() method in CaptivePortalProbeSpec