Home
last modified time | relevance | path

Searched refs:REALM (Results 1 – 2 of 2) 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.java190 realmMatch = AuthMatch.REALM; in getEapMethodForNAIRealmWithCarrier()