Searched defs:REALM (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DAuthMatch.java29 public static final int REALM = 0x04; field in class:AuthMatch
33 public static final int EXACT = REALM | METHOD | PARAM;
44 if ((match & REALM) != 0) {

Completed in 56 milliseconds