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.java125 assertFalse(ANQPMatcher.matchNAIRealm(null, "test.com")); in matchNAIRealmWithNullElement()
137 assertFalse(ANQPMatcher.matchNAIRealm(element, "test.com")); in matchNAIRealmWithEmtpyRealmData()
153 assertTrue(ANQPMatcher.matchNAIRealm(element, realm)); in matchNAIRealmWithRealmMatch()
175 assertTrue(ANQPMatcher.matchNAIRealm(element, realm)); in matchNAIRealmWithRealmMethodMatch()
203 assertTrue(ANQPMatcher.matchNAIRealm(element, realm)); in matchNAIRealmWithExactMatch()
230 assertTrue(ANQPMatcher.matchNAIRealm(element, realm)); in matchNAIRealmWithEAPMethodMismatch()
259 assertTrue(ANQPMatcher.matchNAIRealm(element, realm)); in matchNAIRealmWithAuthTypeMismatch()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DANQPMatcher.java110 public static boolean matchNAIRealm(NAIRealmElement element, String realm) { in matchNAIRealm() method in ANQPMatcher
DPasspointProvider.java462 boolean realmMatch = ANQPMatcher.matchNAIRealm( in match()