Searched refs:mEapType (Results 1 – 2 of 2) 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 …]
77 return info == null ? -1 : info.mEapType; in getNetworkEapType()93 final int mEapType; field in CarrierNetworkConfig.NetworkInfo97 mEapType = eapType; in NetworkInfo()