Searched refs:mPhase2Method (Results 1 – 2 of 2) sorted by relevance
141 private int mPhase2Method = Phase2.NONE; field in WifiEnterpriseConfig185 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 …]
50637 Landroid/net/wifi/WifiEnterpriseConfig;->mPhase2Method:I