Searched refs:mLocationHeaderRegex (Results 1 – 1 of 1) sorted by relevance
169 final Pattern mLocationHeaderRegex; field in CaptivePortalProbeSpec.RegexMatchProbeSpec183 mLocationHeaderRegex = locationHeaderRegex; in RegexMatchProbeSpec()189 final boolean locationMatch = safeMatch(locationHeader, mLocationHeaderRegex); in getResult()