Home
last modified time | relevance | path

Searched refs:mAuthType (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/
DNonEAPInnerAuth.java52 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()
/packages/apps/Settings/src/com/android/settings/network/apn/
DApnEditor.java114 ListPreference mAuthType; field in ApnEditor
495 return mAuthType; in getPreferenceFromFieldName()
544 mAuthType.setEnabled(false); in disableAllFields()
604 mAuthType.setValueIndex(authVal); in fillUI()
606 mAuthType.setValue(null); in fillUI()
660 final String authVal = mAuthType.getValue(); in fillUI()
663 mAuthType.setValueIndex(authValIndex); in fillUI()
666 mAuthType.setSummary(values[authValIndex]); in fillUI()
668 mAuthType.setSummary(sNotSet); in fillUI()
795 mAuthType.setValueIndex(index); in onPreferenceChange()
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/apn/
DApnEditorTest.java604 mApnEditorUT.mAuthType = new ListPreference(context); in setMockPreference()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java668 private int mAuthType; field in WifiMetrics.SessionData
678 mAuthType = authType; in SessionData()
1174 private int mAuthType; field in WifiMetrics.ConnectionEvent
1987 currentConnectionEvent.mAuthType = config.getAuthType(); in startConnectionEvent()
1989 currentConnectionEvent.mAuthType = 0; in startConnectionEvent()
2231 band, currentConnectionEvent.mAuthType); in endConnectionEvent()
2234 true, band, currentConnectionEvent.mAuthType); in endConnectionEvent()
2257 durationTakenToConnectMillis, band, currentConnectionEvent.mAuthType, in endConnectionEvent()
2721 mCurrentSession.mAuthType); in reportNetworkDisconnect()
2735 mCurrentSession.mAuthType, in reportNetworkDisconnect()