Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/common/captiveportal/src/android/net/captiveportal/
DCaptivePortalProbeSpec.java81 return new RegexMatchProbeSpec(spec, new URL(splits[0]), statusRegex, locationRegex); in parseSpec()
165 private static class RegexMatchProbeSpec extends CaptivePortalProbeSpec { class in CaptivePortalProbeSpec
171 RegexMatchProbeSpec(@NonNull String spec, @NonNull URL url, @Nullable Pattern statusRegex, in RegexMatchProbeSpec() method in CaptivePortalProbeSpec.RegexMatchProbeSpec