Home
last modified time | relevance | path

Searched refs:mLocationHeaderRegex (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/captiveportal/
DCaptivePortalProbeSpec.java157 final Pattern mLocationHeaderRegex; field in CaptivePortalProbeSpec.RegexMatchProbeSpec
163 mLocationHeaderRegex = locationHeaderRegex; in RegexMatchProbeSpec()
169 final boolean locationMatch = safeMatch(locationHeader, mLocationHeaderRegex); in getResult()