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