Searched refs:getGlobalSetting (Results 1 – 5 of 5) sorted by relevance
359 final boolean lowPowerModeEnabledSticky = getGlobalSetting( in onBootCompleted()396 final boolean lowPowerModeEnabled = getGlobalSetting( in refreshSettingsLocked()398 final boolean lowPowerModeEnabledSticky = getGlobalSetting( in refreshSettingsLocked()400 final boolean dynamicPowerSavingsBatterySaver = getGlobalSetting( in refreshSettingsLocked()402 final int lowPowerModeTriggerLevel = getGlobalSetting( in refreshSettingsLocked()404 final int automaticBatterySaverMode = getGlobalSetting( in refreshSettingsLocked()407 final int dynamicPowerSavingsDisableThreshold = getGlobalSetting( in refreshSettingsLocked()410 final boolean isStickyAutoDisableEnabled = getGlobalSetting( in refreshSettingsLocked()412 final int stickyAutoDisableThreshold = getGlobalSetting( in refreshSettingsLocked()1006 protected int getGlobalSetting(String key, int defValue) { in getGlobalSetting() method in BatterySaverStateMachine
322 String getGlobalSetting(String key) { in getGlobalSetting() method in BatterySaverPolicy414 final String setting = getGlobalSetting(Settings.Global.BATTERY_SAVER_CONSTANTS); in refreshSettings()419 String deviceSpecificSetting = getGlobalSetting( in refreshSettings()
141 public int getGlobalSetting(String key, int defValue) { in getGlobalSetting() method in BatterySaverStateMachineTest.Device163 protected int getGlobalSetting(String key, int defValue) { in getGlobalSetting() method in BatterySaverStateMachineTest.TestableBatterySaverStateMachine164 return mDevice.getGlobalSetting(key, defValue); in getGlobalSetting()
439 Setting setting = getGlobalSetting(name); in call()610 Setting setting = getGlobalSetting(args.name); in query()1086 Setting setting = getGlobalSetting( in startWatchingUserRestrictionChanges()1100 Setting setting = getGlobalSetting(Settings.Global.ADB_ENABLED); in startWatchingUserRestrictionChanges()1105 setting = getGlobalSetting(Settings.Global.ADB_WIFI_ENABLED); in startWatchingUserRestrictionChanges()1118 Setting include = getGlobalSetting( in startWatchingUserRestrictionChanges()1132 Setting setting = getGlobalSetting( in startWatchingUserRestrictionChanges()1438 private Setting getGlobalSetting(String name) { in getGlobalSetting() method in SettingsProvider
75 String getGlobalSetting(String key) { in getGlobalSetting() method in BatterySaverPolicyTest.BatterySaverPolicyForTest