Searched refs:mEapType (Results 1 – 3 of 3) sorted by relevance
274 private int mEapType = Integer.MIN_VALUE; field in Credential.UserCredential285 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 …]
1182 private int mEapType; field in WifiMetrics.ConnectionEvent2004 currentConnectionEvent.mEapType = config.enterpriseConfig.getEapMethod(); in startConnectionEvent()2265 toMetricEapType(currentConnectionEvent.mEapType), in endConnectionEvent()2741 toMetricEapType(mCurrentSession.mConnectionEvent.mEapType), in reportNetworkDisconnect()
665 Landroid/net/wifi/hotspot2/pps/Credential$SimCredential;->mEapType:I678 Landroid/net/wifi/hotspot2/pps/Credential$UserCredential;->mEapType:I