Searched refs:getGlobalSetting (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java343 Setting setting = getGlobalSetting(name);
429 Setting setting = getGlobalSetting(args.name);
827 Setting setting = getGlobalSetting(Settings.Global.INSTALL_NON_MARKET_APPS);
841 Setting setting = getGlobalSetting(Settings.Global.ADB_ENABLED);
855 Setting enable = getGlobalSetting(
860 Setting include = getGlobalSetting(
875 Setting setting = getGlobalSetting(
917 private Setting getGlobalSetting(String name) { method in class:SettingsProvider
919 Slog.v(LOG_TAG, "getGlobalSetting(" + name + ")");
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java1094 public int getGlobalSetting(Context context, String setting) { method in class:SystemServicesProxy

Completed in 122 milliseconds