/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/ |
H A 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()
|
/aosp12/frameworks/base/telephony/java/android/telephony/data/ |
H A 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 …]
|
H A D | ApnSetting.java | 495 private final int mAuthType; field in ApnSetting 749 return mAuthType; in getAuthType() 882 this.mAuthType = builder.mAuthType; in ApnSetting() 1029 apn.mMmsProxyPort, apn.mUser, apn.mPassword, apn.mAuthType, apn.mApnTypeBitmask, in makeApnSetting() 1264 .append(", ").append(mAuthType).append(", "); in toString() 1370 && Objects.equals(mAuthType, other.mAuthType) in equals() 1418 && Objects.equals(mAuthType, other.mAuthType) in equals() 1503 apnValue.put(Telephony.Carriers.AUTH_TYPE, mAuthType); in toContentValues() 1740 dest.writeInt(mAuthType); in writeToParcel() 1837 private int mAuthType; field in ApnSetting.Builder [all …]
|
/aosp12/frameworks/av/media/libstagefright/rtsp/ |
H A 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()
|
H A 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
|
H A D | ARTSPConnection.h | 85 AuthType mAuthType; member
|
/aosp12/packages/apps/Settings/src/com/android/settings/network/apn/ |
H A D | ApnEditor.java | 112 ListPreference mAuthType; field in ApnEditor 462 return mAuthType; in getPreferenceFromFieldName() 511 mAuthType.setEnabled(false); in disableAllFields() 561 mAuthType.setValueIndex(authVal); in fillUI() 563 mAuthType.setValue(null); in fillUI() 617 final String authVal = mAuthType.getValue(); in fillUI() 620 mAuthType.setValueIndex(authValIndex); in fillUI() 625 mAuthType.setSummary(sNotSet); in fillUI() 752 mAuthType.setValueIndex(index); in onPreferenceChange() 755 mAuthType.setSummary(values[index]); in onPreferenceChange() [all …]
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/network/apn/ |
H A D | ApnEditorTest.java | 539 mApnEditorUT.mAuthType = new ListPreference(context); in setMockPreference()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiMetrics.java | 616 private int mAuthType; field in WifiMetrics.SessionData 622 mAuthType = authType; in SessionData() 1068 private int mAuthType; field in WifiMetrics.ConnectionEvent 1829 currentConnectionEvent.mAuthType = config.getAuthType(); in startConnectionEvent() 1831 currentConnectionEvent.mAuthType = 0; in startConnectionEvent() 2005 band, currentConnectionEvent.mAuthType); in endConnectionEvent() 2009 true, band, currentConnectionEvent.mAuthType); in endConnectionEvent() 2034 durationTakenToConnectMillis, band, currentConnectionEvent.mAuthType, in endConnectionEvent() 2067 mCurrentSession != null ? mCurrentSession.mAuthType : 0); in reportNetworkDisconnect() 2078 mCurrentSession.mAuthType, in reportNetworkDisconnect()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 56519 Landroid/telephony/data/ApnSetting$Builder;->mAuthType:I 56573 Landroid/telephony/data/ApnSetting;->mAuthType:I 56667 Landroid/telephony/data/DataProfile;->mAuthType:I
|