Searched defs:sSystemGlobalKeys (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java117 static final HashSet<String> sSystemGlobalKeys; field in class:SettingsProvider
136 sSystemGlobalKeys = new HashSet<String>();
137 Settings.System.getNonLegacyMovedKeys(sSystemGlobalKeys);
162 return sSecureGlobalKeys.contains(name) || sSystemGlobalKeys.contains(name);
201 if (sSecureGlobalKeys.contains(name) || sSystemGlobalKeys.contains(name)) {
1101 if (sSecureGlobalKeys.contains(name) || sSystemGlobalKeys.contains(name)) {

Completed in 21 milliseconds