Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPoint.java100 static final String KEY_SECURITY = "key_security"; field in AccessPoint
173 if (savedState.containsKey(KEY_SECURITY)) { in AccessPoint()
174 security = savedState.getInt(KEY_SECURITY); in AccessPoint()
954 savedState.putInt(KEY_SECURITY, security); in saveWifiState()