Searched refs:mEapType (Results 1 – 4 of 4) sorted by relevance
271 private int mEapType = Integer.MIN_VALUE; field in Credential.UserCredential282 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 …]
109 return info == null ? -1 : info.mEapType; in getNetworkEapType()161 final int mEapType; field in CarrierNetworkConfig.NetworkInfo165 mEapType = eapType; in NetworkInfo()171 return new StringBuffer("NetworkInfo: eap=").append(mEapType).append( in toString()
231 private int mEapType = EAP_UNKNOWN; field in AccessPoint293 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()
46165 Landroid/net/wifi/hotspot2/pps/Credential$SimCredential;->mEapType:I46178 Landroid/net/wifi/hotspot2/pps/Credential$UserCredential;->mEapType:I