Searched refs:KEY_SECURITY (Results 1 – 2 of 2) sorted by relevance
95 bundle.putInt(AccessPoint.KEY_SECURITY, mSecurity); in build()
146 static final String KEY_SECURITY = "key_security"; field in AccessPoint232 if (savedState.containsKey(KEY_SECURITY)) { in AccessPoint()233 security = savedState.getInt(KEY_SECURITY); in AccessPoint()999 savedState.putInt(KEY_SECURITY, security); in saveWifiState()