Searched refs:sCachedMatcher (Results 1 – 1 of 1) sorted by relevance
41 private static final ThreadLocal<Matcher> sCachedMatcher = ThreadLocal.withInitial( field in DomainVerificationUtils65 if (!sCachedMatcher.get().reset(host).matches()) { in isDomainVerificationIntent()