Searched refs:DomainMatcher (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
H A D | DomainMatcherTest.java | 49 TEST_DOMAIN_MAP.put("", DomainMatcher.MATCH_NONE); 50 TEST_DOMAIN_MAP.put("com", DomainMatcher.MATCH_NONE); 80 DomainMatcher domainMatcher = new DomainMatcher(null, null); in createMatcherWithEmptyDomains() 91 DomainMatcher domainMatcher = new DomainMatcher(PRIMARY_DOMAIN, in matchNullDomain() 103 DomainMatcher domainMatcher = new DomainMatcher(PRIMARY_DOMAIN, in matchTestDomains() 118 DomainMatcher domainMatcher = new DomainMatcher(PRIMARY_DOMAIN, in matchDomainWithBothPrimaryAndSecondary() 131 DomainMatcher domainMatcher = new DomainMatcher("google.com", in matchDomainWhenSecondaryIsSubdomainOfPrimary() 135 assertEquals(DomainMatcher.MATCH_PRIMARY, in matchDomainWhenSecondaryIsSubdomainOfPrimary() 147 DomainMatcher domainMatcher = new DomainMatcher("test.google.com", in matchDomainWhenPrimaryIsSubdomainOfSecondary() 152 assertEquals(DomainMatcher.MATCH_PRIMARY, in matchDomainWhenPrimaryIsSubdomainOfSecondary() [all …]
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
H A D | ANQPMatcher.java | 55 if (DomainMatcher.arg2SubdomainOfArg1(fqdn, domain)) { in matchDomainName() 155 if (DomainMatcher.arg2SubdomainOfArg1(realm, realmStr)) { in matchNAIRealmData()
|
H A D | DomainMatcher.java | 31 public class DomainMatcher { class 121 public DomainMatcher(String primaryDomain, List<String> secondaryDomains) { in DomainMatcher() method in DomainMatcher
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/ |
H A D | Android.bp | 576 "com.android.server.wifi.hotspot2.DomainMatcher", 577 "com.android.server.wifi.hotspot2.DomainMatcher$*", 578 "com.android.server.wifi.hotspot2.DomainMatcher.**",
|