Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/pps/
DCredential.java274 private int mEapType = Integer.MIN_VALUE; field in Credential.UserCredential
285 mEapType = eapType; in setEapType()
294 return mEapType; in getEapType()
335 mEapType = source.mEapType; in UserCredential()
352 dest.writeInt(mEapType); in writeToParcel()
371 && mEapType == that.mEapType in equals()
378 mAbleToShare, mEapType, mNonEapInnerMethod); in hashCode()
388 builder.append("EAPType: ").append(mEapType).append("\n"); in toString()
428 if (mEapType != EAPConstants.EAP_TTLS) { in validate()
429 Log.d(TAG, "Invalid EAP Type for user credential: " + mEapType); in validate()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java1182 private int mEapType; field in WifiMetrics.ConnectionEvent
2004 currentConnectionEvent.mEapType = config.enterpriseConfig.getEapMethod(); in startConnectionEvent()
2265 toMetricEapType(currentConnectionEvent.mEapType), in endConnectionEvent()
2741 toMetricEapType(mCurrentSession.mConnectionEvent.mEapType), in reportNetworkDisconnect()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt665 Landroid/net/wifi/hotspot2/pps/Credential$SimCredential;->mEapType:I
678 Landroid/net/wifi/hotspot2/pps/Credential$UserCredential;->mEapType:I