Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DTestAccessPointBuilder.java93 bundle.putInt(AccessPoint.KEY_SECURITY, mSecurity); in build()
DAccessPoint.java142 static final String KEY_SECURITY = "key_security"; field in AccessPoint
226 if (savedState.containsKey(KEY_SECURITY)) { in AccessPoint()
227 security = savedState.getInt(KEY_SECURITY); in AccessPoint()
1142 savedState.putInt(KEY_SECURITY, security); in saveWifiState()