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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java140 private int mEapMethod = Eap.NONE; field in class:WifiEnterpriseConfig
158 mEapMethod = source.mEapMethod;
175 dest.writeInt(mEapMethod);
228 enterpriseConfig.mEapMethod = in.readInt();
380 boolean shouldNotWriteAnonIdentity = mEapMethod == WifiEnterpriseConfig.Eap.SIM
381 || mEapMethod == WifiEnterpriseConfig.Eap.AKA
382 || mEapMethod == WifiEnterpriseConfig.Eap.AKA_PRIME;
392 if (!saver.saveValue(EAP_KEY, Eap.strings[mEapMethod])) {
396 if (mEapMethod !
[all...]

Completed in 354 milliseconds