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