OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KEY_SECURITY
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
MainFragment.java
63
private static final String
KEY_SECURITY
= "security";
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
AccessPoint.java
142
static final String
KEY_SECURITY
= "
key_security
";
226
if (savedState.containsKey(
KEY_SECURITY
)) {
227
security = savedState.getInt(
KEY_SECURITY
);
[
all
...]
Completed in 1485 milliseconds