Searched refs:mPhase2Method (Results 1 – 2 of 2) sorted by relevance
256 private int mPhase2Method = Phase2.NONE; field in WifiEnterpriseConfig302 mPhase2Method = source.mPhase2Method; in copyFrom()345 dest.writeInt(mPhase2Method); in writeToParcel()508 } else if (mPhase2Method == Phase2.NONE) { in saveToSupplicant()599 mPhase2Method = phase2Method; in setPhase2Method()611 return mPhase2Method; in getPhase2Method()1340 if (mPhase2Method > 0 && mPhase2Method < Phase2.strings.length) { in toString()1360 if (mPhase2Method < 0 || mPhase2Method >= Phase2.strings.length) { in isEapMethodValid()1362 + mPhase2Method); in isEapMethodValid()1451 return mPhase2Method == Phase2.SIM || mPhase2Method == Phase2.AKA in isAuthenticationSimBased()[all …]
1683 Landroid/net/wifi/WifiEnterpriseConfig;->mPhase2Method:I