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

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DomainMatcherTest.java 58 * Test data for arg2SubdomainOfArg1 function.
168 * Verify domain matching expectation for arg2SubdomainOfArg1 based on predefined
177 DomainMatcher.arg2SubdomainOfArg1(entry.getKey().first, entry.getKey().second));
182 * Verify that arg2SubdomainOfArg1 works as expected when pass in null domains.
188 assertFalse(DomainMatcher.arg2SubdomainOfArg1(null, "test.com"));
189 assertFalse(DomainMatcher.arg2SubdomainOfArg1("test.com", null));
190 assertFalse(DomainMatcher.arg2SubdomainOfArg1(null, null));
194 * Verify that arg2SubdomainOfArg1 works as expected when domain contains empty label.
200 assertTrue(DomainMatcher.arg2SubdomainOfArg1("test..com", "adsf.test..com"));
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
ANQPMatcher.java 57 if (DomainMatcher.arg2SubdomainOfArg1(fqdn, domain)) {
160 if (DomainMatcher.arg2SubdomainOfArg1(realm, realmStr)) {
DomainMatcher.java 187 public static boolean arg2SubdomainOfArg1(String domain1, String domain2) {

Completed in 136 milliseconds