HomeSort by relevance Sort by last modified time
    Searched refs:isSimEapMethod (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
TelephonyUtil.java 125 return isSimEapMethod(eapMethod) ? eapMethod : WifiEnterpriseConfig.Eap.NONE;
144 public static boolean isSimEapMethod(int eapMethod) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigManager.java 663 && TelephonyUtil.isSimEapMethod(config.enterpriseConfig.getEapMethod())) {
    [all...]
WifiStateMachine.java     [all...]

Completed in 525 milliseconds