Home
last modified time | relevance | path

Searched refs:mEapType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DCredential.java271 private int mEapType = Integer.MIN_VALUE; field in Credential.UserCredential
282 mEapType = eapType; in setEapType()
291 return mEapType; in getEapType()
332 mEapType = source.mEapType; in UserCredential()
349 dest.writeInt(mEapType); in writeToParcel()
368 && mEapType == that.mEapType in equals()
375 mAbleToShare, mEapType, mNonEapInnerMethod); in hashCode()
385 builder.append("EAPType: ").append(mEapType).append("\n"); in toString()
418 if (mEapType != EAPConstants.EAP_TTLS) { in validate()
419 Log.d(TAG, "Invalid EAP Type for user credential: " + mEapType); in validate()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DCarrierNetworkConfig.java109 return info == null ? -1 : info.mEapType; in getNetworkEapType()
161 final int mEapType; field in CarrierNetworkConfig.NetworkInfo
165 mEapType = eapType; in NetworkInfo()
171 return new StringBuffer("NetworkInfo: eap=").append(mEapType).append( in toString()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPoint.java231 private int mEapType = EAP_UNKNOWN; field in AccessPoint
293 mEapType = savedState.getInt(KEY_EAPTYPE); in AccessPoint()
937 mEapType = getEapType(bestResult); in updateBestRssiInfo()
983 switch (mEapType) { in getSecurityString()
1352 savedState.putInt(KEY_EAPTYPE, mEapType); in saveWifiState()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt46165 Landroid/net/wifi/hotspot2/pps/Credential$SimCredential;->mEapType:I
46178 Landroid/net/wifi/hotspot2/pps/Credential$UserCredential;->mEapType:I