Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DWifiEnterpriseConfig.java141 private int mPhase2Method = Phase2.NONE; field in WifiEnterpriseConfig
185 mPhase2Method = source.mPhase2Method; in copyFrom()
227 dest.writeInt(mPhase2Method); in writeToParcel()
248 enterpriseConfig.mPhase2Method = in.readInt();
378 if (mEapMethod != Eap.TLS && mPhase2Method != Phase2.NONE) { in saveToSupplicant()
379 boolean is_autheap = mEapMethod == Eap.TTLS && mPhase2Method == Phase2.GTC; in saveToSupplicant()
381 String value = convertToQuotedString(prefix + Phase2.strings[mPhase2Method]); in saveToSupplicant()
383 } else if (mPhase2Method == Phase2.NONE) { in saveToSupplicant()
417 mPhase2Method = getStringIndex(Phase2.strings, phase2Method, Phase2.NONE); in loadFromSupplicant()
474 mPhase2Method = phase2Method; in setPhase2Method()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt50637 Landroid/net/wifi/WifiEnterpriseConfig;->mPhase2Method:I