Searched refs:mAuthType (Results 1 – 4 of 4) sorted by relevance
52 private final int mAuthType; field in NonEAPInnerAuth56 mAuthType = authType; in NonEAPInnerAuth()97 return mAuthType == that.mAuthType; in equals()102 return mAuthType; in hashCode()107 return "NonEAPInnerAuth{mAuthType=" + mAuthType + "}"; in toString()
114 ListPreference mAuthType; field in ApnEditor495 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 …]
604 mApnEditorUT.mAuthType = new ListPreference(context); in setMockPreference()
668 private int mAuthType; field in WifiMetrics.SessionData678 mAuthType = authType; in SessionData()1174 private int mAuthType; field in WifiMetrics.ConnectionEvent1987 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()