Home
last modified time | relevance | path

Searched refs:matchNAIRealm (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DANQPMatcherTest.java127 assertFalse(ANQPMatcher.matchNAIRealm(null, "test.com")); in matchNAIRealmWithNullElement()
139 assertFalse(ANQPMatcher.matchNAIRealm(element, "test.com")); in matchNAIRealmWithEmtpyRealmData()
155 assertTrue(ANQPMatcher.matchNAIRealm(element, realm)); in matchNAIRealmWithRealmMatch()
177 assertTrue(ANQPMatcher.matchNAIRealm(element, realm)); in matchNAIRealmWithRealmMethodMatch()
205 assertTrue(ANQPMatcher.matchNAIRealm(element, realm)); in matchNAIRealmWithExactMatch()
232 assertTrue(ANQPMatcher.matchNAIRealm(element, realm)); in matchNAIRealmWithEAPMethodMismatch()
261 assertTrue(ANQPMatcher.matchNAIRealm(element, realm)); in matchNAIRealmWithAuthTypeMismatch()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DANQPMatcher.java112 public static boolean matchNAIRealm(NAIRealmElement element, String realm) { in matchNAIRealm() method in ANQPMatcher
DPasspointProvider.java509 boolean realmMatch = ANQPMatcher.matchNAIRealm( in match()