Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/common/captiveportal/src/android/net/captiveportal/
DCaptivePortalProbeSpec.java169 final Pattern mLocationHeaderRegex; field in CaptivePortalProbeSpec.RegexMatchProbeSpec
183 mLocationHeaderRegex = locationHeaderRegex; in RegexMatchProbeSpec()
189 final boolean locationMatch = safeMatch(locationHeader, mLocationHeaderRegex); in getResult()