Searched refs:mAuthType (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/ |
D | NonEAPInnerAuth.java | 52 private final int mAuthType; field in NonEAPInnerAuth 56 mAuthType = authType; in NonEAPInnerAuth() 97 return mAuthType == that.mAuthType; in equals() 102 return mAuthType; in hashCode() 107 return "NonEAPInnerAuth{mAuthType=" + mAuthType + "}"; in toString()
|
/frameworks/base/telephony/java/android/telephony/data/ |
D | DataProfile.java | 73 private final int mAuthType; field in DataProfile 121 this.mAuthType = authType; in DataProfile() 142 mAuthType = source.readInt(); in DataProfile() 179 public @AuthType int getAuthType() { return mAuthType; } in getAuthType() 279 return "DataProfile=" + mProfileId + "/" + mProtocolType + "/" + mAuthType in toString() 293 dest.writeInt(mAuthType); in writeToParcel() 330 && mAuthType == that.mAuthType in equals() 350 return Objects.hash(mProfileId, mApn, mProtocolType, mAuthType, mUserName, mPassword, mType, in hashCode() 379 private int mAuthType; field in DataProfile.Builder 461 mAuthType = authType; in setAuthType() [all …]
|
D | ApnSetting.java | 367 private final int mAuthType; field in ApnSetting 621 return mAuthType; in getAuthType() 754 this.mAuthType = builder.mAuthType; in ApnSetting() 901 apn.mMmsProxyPort, apn.mUser, apn.mPassword, apn.mAuthType, apn.mApnTypeBitmask, in makeApnSetting() 1136 .append(", ").append(mAuthType).append(", "); in toString() 1238 && Objects.equals(mAuthType, other.mAuthType) in equals() 1286 && Objects.equals(mAuthType, other.mAuthType) in equals() 1371 apnValue.put(Telephony.Carriers.AUTH_TYPE, mAuthType); in toContentValues() 1577 dest.writeInt(mAuthType); in writeToParcel() 1674 private int mAuthType; field in ApnSetting.Builder [all …]
|
/frameworks/av/media/libstagefright/rtsp/ |
D | MyTransmitter.h | 83 mAuthType(NONE), in MyTransmitter() 275 mAuthType = BASIC; in authenticate() 278 mAuthType = DIGEST; in authenticate() 294 if (mAuthType == NONE) { in addAuthentication() 298 if (mAuthType == BASIC) { in addAuthentication() 303 CHECK_EQ((int)mAuthType, (int)DIGEST); in addAuthentication() 385 if (mAuthType != NONE) { in onMessageReceived() 844 AuthType mAuthType; in onMessageReceived() member
|
D | ARTSPConnection.cpp | 53 mAuthType(NONE), in ARTSPConnection() 330 mAuthType = NONE; in performDisconnect() 740 if (mAuthType == NONE && mUser.size() > 0 in receiveRTSPReponse() 902 mAuthType = BASIC; in parseAuthMethod() 906 mAuthType = DIGEST; in parseAuthMethod() 970 if (mAuthType == NONE) { in addAuthentication() 978 if (mAuthType == BASIC) { in addAuthentication() 997 CHECK_EQ((int)mAuthType, (int)DIGEST); in addAuthentication()
|
D | ARTSPConnection.h | 83 AuthType mAuthType; member
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 67219 Landroid/telephony/data/ApnSetting$Builder;->mAuthType:I 67273 Landroid/telephony/data/ApnSetting;->mAuthType:I 67367 Landroid/telephony/data/DataProfile;->mAuthType:I
|