Home
last modified time | relevance | path

Searched refs:REALM (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DAuthMatch.java29 public static final int REALM = 0x04; field in AuthMatch
33 public static final int EXACT = REALM | METHOD | PARAM;
44 if ((match & REALM) != 0) { in toString()
DANQPMatcher.java185 realmMatch = AuthMatch.REALM; in matchNAIRealmData()
219 realmMatch = AuthMatch.REALM; in getEapMethodForNAIRealmWithCarrier()
DPasspointProvider.java355 if ((authMatch & AuthMatch.REALM) == 0) { in match()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DANQPMatcherTest.java160 assertEquals(AuthMatch.REALM, ANQPMatcher.matchNAIRealm(element, realm, in matchNAIRealmWithRealmMatch()
209 assertEquals(AuthMatch.REALM | AuthMatch.METHOD, in matchNAIRealmWithRealmMethodMatch()