Searched refs:matchNAIRealm (Results 1 – 3 of 3) sorted by relevance
127 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()
112 public static boolean matchNAIRealm(NAIRealmElement element, String realm) { in matchNAIRealm() method in ANQPMatcher
509 boolean realmMatch = ANQPMatcher.matchNAIRealm( in match()