Searched refs:MATCH_NONE (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DDomainMatcher.java32 public static final int MATCH_NONE = 0; field in class:DomainMatcher
69 subLabel = new Label(MATCH_NONE);
123 mRoot = new Label(MATCH_NONE);
160 return MATCH_NONE;
165 int match = MATCH_NONE;
170 } else if (label.getMatch() != MATCH_NONE) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DDomainMatcherTest.java46 TEST_DOMAIN_MAP.put("", DomainMatcher.MATCH_NONE);
47 TEST_DOMAIN_MAP.put("com", DomainMatcher.MATCH_NONE);
48 TEST_DOMAIN_MAP.put("test.com", DomainMatcher.MATCH_NONE);
78 assertEquals(DomainMatcher.MATCH_NONE, domainMatcher.isSubDomain("google.com"));
90 assertEquals(DomainMatcher.MATCH_NONE, domainMatcher.isSubDomain(null));
/frameworks/base/media/java/android/media/
H A DMetadata.java208 public static final Set<Integer> MATCH_NONE = Collections.EMPTY_SET; field in class:Metadata

Completed in 98 milliseconds