Home
last modified time | relevance | path

Searched refs:AuthMatch (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DANQPMatcher.java186 int realmMatch = AuthMatch.NONE; in getEapMethodForNAIRealmWithCarrier()
190 realmMatch = AuthMatch.REALM; in getEapMethodForNAIRealmWithCarrier()
195 if (realmMatch == AuthMatch.NONE) { in getEapMethodForNAIRealmWithCarrier()
217 return AuthMatch.NONE; in matchEAPMethod()
224 return AuthMatch.METHOD; in matchEAPMethod()
228 return AuthMatch.NONE; in matchEAPMethod()
230 return AuthMatch.METHOD_PARAM; in matchEAPMethod()
232 return AuthMatch.METHOD; in matchEAPMethod()
DAuthMatch.java26 public abstract class AuthMatch { class