Home
last modified time | relevance | path

Searched refs:MATCH_NONE (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DDomainMatcher.java32 public static final int MATCH_NONE = 0; field in DomainMatcher
69 subLabel = new Label(MATCH_NONE); in addDomain()
123 mRoot = new Label(MATCH_NONE); in DomainMatcher()
160 return MATCH_NONE; in isSubDomain()
165 int match = MATCH_NONE; in isSubDomain()
170 } else if (label.getMatch() != MATCH_NONE) { in isSubDomain()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DDomainMatcherTest.java47 TEST_DOMAIN_MAP.put("", DomainMatcher.MATCH_NONE);
48 TEST_DOMAIN_MAP.put("com", DomainMatcher.MATCH_NONE);
49 TEST_DOMAIN_MAP.put("test.com", DomainMatcher.MATCH_NONE);
79 assertEquals(DomainMatcher.MATCH_NONE, domainMatcher.isSubDomain("google.com")); in createMatcherWithEmptyDomains()
91 assertEquals(DomainMatcher.MATCH_NONE, domainMatcher.isSubDomain(null)); in matchNullDomain()
/frameworks/base/media/java/android/media/
DMetadata.java213 public static final Set<Integer> MATCH_NONE = Collections.EMPTY_SET; field in Metadata
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt39059 Landroid/media/Metadata;->MATCH_NONE:Ljava/util/Set;