Searched refs:REALM (Results 1 – 4 of 4) sorted by relevance
29 public static final int REALM = 0x04; field in AuthMatch33 public static final int EXACT = REALM | METHOD | PARAM;44 if ((match & REALM) != 0) { in toString()
185 realmMatch = AuthMatch.REALM; in matchNAIRealmData()219 realmMatch = AuthMatch.REALM; in getEapMethodForNAIRealmWithCarrier()
355 if ((authMatch & AuthMatch.REALM) == 0) { in match()
160 assertEquals(AuthMatch.REALM, ANQPMatcher.matchNAIRealm(element, realm, in matchNAIRealmWithRealmMatch()209 assertEquals(AuthMatch.REALM | AuthMatch.METHOD, in matchNAIRealmWithRealmMethodMatch()