Searched refs:mAuthType (Results 1 – 3 of 3) sorted by relevance
503 private final int mAuthType; field in ApnSetting762 return mAuthType; in getAuthType()924 this.mAuthType = (builder.mAuthType != AUTH_TYPE_UNKNOWN) in ApnSetting()925 ? builder.mAuthType in ApnSetting()1048 .setAuthType(apn.mAuthType) in makeApnSetting()1199 && Objects.equals(mAuthType, other.mAuthType) in equals()1250 && Objects.equals(mAuthType, other.mAuthType) in equals()1289 && Objects.equals(this.mAuthType, other.mAuthType) in similar()1629 dest.writeInt(mAuthType); in writeToParcel()1743 private int mAuthType = AUTH_TYPE_UNKNOWN; field in ApnSetting.Builder[all …]
529 private int mAuthType; field in DataProfile.Builder621 mAuthType = authType; in setAuthType()829 .setAuthType(mAuthType) in build()
53196 Landroid/telephony/data/ApnSetting$Builder;->mAuthType:I53250 Landroid/telephony/data/ApnSetting;->mAuthType:I53344 Landroid/telephony/data/DataProfile;->mAuthType:I