HomeSort by relevance Sort by last modified time
    Searched refs:DomainMatcher (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
DomainMatcher.java 15 public class DomainMatcher {
70 public DomainMatcher(List<String> primary, List<List<String>> secondary) {
138 DomainMatcher dm1 = new DomainMatcher(Utils.splitDomain("android.google.com"),
146 DomainMatcher dm2 = new DomainMatcher(Utils.splitDomain("android.google.com"), secondaries);
HomeSP.java 30 private final DomainMatcher mDomainMatcher;
59 mDomainMatcher = new DomainMatcher(Utils.splitDomain(fqdn), otherPartners);
196 DomainMatcher.Match match = mDomainMatcher.isSubDomain(anLabels);
197 if (match != DomainMatcher.Match.None) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
NAIRealmData.java 7 import com.android.server.wifi.hotspot2.pps.DomainMatcher;
66 if (DomainMatcher.arg2SubdomainOfArg1(credLabels, labels)) {

Completed in 330 milliseconds