Searched defs:KEY_SECURITY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPoint.java146 static final String KEY_SECURITY = "key_security"; field in class:AccessPoint
232 if (savedState.containsKey(KEY_SECURITY)) {
233 security = savedState.getInt(KEY_SECURITY);
999 savedState.putInt(KEY_SECURITY, security);

Completed in 23 milliseconds