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

/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DAuthMatch.java14 public static final int Realm = 0x04; field in class:AuthMatch
18 public static final int Exact = Realm | Method | Param;
28 if ((match & Realm) != 0) {
29 sb.append("Realm");
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DAuthMatch.java14 public static final int Realm = 0x04; field in class:AuthMatch
18 public static final int Exact = Realm | Method | Param;
29 if ((match & Realm) != 0) {
30 sb.append("Realm");

Completed in 3266 milliseconds