Searched refs:matchNAIRealm (Results 1 – 3 of 3) sorted by relevance
129 assertFalse(ANQPMatcher.matchNAIRealm(null, "test.com")); in matchNAIRealmWithNullElement()141 assertFalse(ANQPMatcher.matchNAIRealm(element, "test.com")); in matchNAIRealmWithEmtpyRealmData()157 assertTrue(ANQPMatcher.matchNAIRealm(element, realm)); in matchNAIRealmWithRealmMatch()179 assertTrue(ANQPMatcher.matchNAIRealm(element, realm)); in matchNAIRealmWithRealmMethodMatch()207 assertTrue(ANQPMatcher.matchNAIRealm(element, realm)); in matchNAIRealmWithExactMatch()234 assertTrue(ANQPMatcher.matchNAIRealm(element, realm)); in matchNAIRealmWithEAPMethodMismatch()263 assertTrue(ANQPMatcher.matchNAIRealm(element, realm)); in matchNAIRealmWithAuthTypeMismatch()
110 public static boolean matchNAIRealm(NAIRealmElement element, String realm) { in matchNAIRealm() method in ANQPMatcher
352 boolean realmMatch = ANQPMatcher.matchNAIRealm( in match()