Searched refs:getGlobalSetting (Results 1 – 6 of 6) sorted by relevance
325 final boolean lowPowerModeEnabledSticky = getGlobalSetting( in onBootCompleted()362 final boolean lowPowerModeEnabled = getGlobalSetting( in refreshSettingsLocked()364 final boolean lowPowerModeEnabledSticky = getGlobalSetting( in refreshSettingsLocked()366 final boolean dynamicPowerSavingsBatterySaver = getGlobalSetting( in refreshSettingsLocked()368 final int lowPowerModeTriggerLevel = getGlobalSetting( in refreshSettingsLocked()370 final int automaticBatterySaverMode = getGlobalSetting( in refreshSettingsLocked()373 final int dynamicPowerSavingsDisableThreshold = getGlobalSetting( in refreshSettingsLocked()376 final boolean isStickyAutoDisableEnabled = getGlobalSetting( in refreshSettingsLocked()378 final int stickyAutoDisableThreshold = getGlobalSetting( in refreshSettingsLocked()873 protected int getGlobalSetting(String key, int defValue) { in getGlobalSetting() method in BatterySaverStateMachine
284 String getGlobalSetting(String key) { in getGlobalSetting() method in BatterySaverPolicy302 final String setting = getGlobalSetting(Settings.Global.BATTERY_SAVER_CONSTANTS); in refreshSettings()307 String deviceSpecificSetting = getGlobalSetting( in refreshSettings()319 getGlobalSetting(Settings.Global.BATTERY_SAVER_ADAPTIVE_CONSTANTS); in refreshSettings()320 final String adaptiveDeviceSpecificSetting = getGlobalSetting( in refreshSettings()
72 String getGlobalSetting(String key) { in getGlobalSetting() method in BatterySaverPolicyTest.BatterySaverPolicyForTest
134 public int getGlobalSetting(String key, int defValue) { in getGlobalSetting() method in BatterySaverStateMachineTest.Device156 protected int getGlobalSetting(String key, int defValue) { in getGlobalSetting() method in BatterySaverStateMachineTest.TestableBatterySaverStateMachine157 return mDevice.getGlobalSetting(key, defValue); in getGlobalSetting()
402 Setting setting = getGlobalSetting(name); in call()560 Setting setting = getGlobalSetting(args.name); in query()995 Setting setting = getGlobalSetting(Settings.Global.INSTALL_NON_MARKET_APPS); in startWatchingUserRestrictionChanges()1008 Setting setting = getGlobalSetting(Settings.Global.ADB_ENABLED); in startWatchingUserRestrictionChanges()1021 Setting enable = getGlobalSetting( in startWatchingUserRestrictionChanges()1026 Setting include = getGlobalSetting( in startWatchingUserRestrictionChanges()1040 Setting setting = getGlobalSetting( in startWatchingUserRestrictionChanges()1191 private Setting getGlobalSetting(String name) { in getGlobalSetting() method in SettingsProvider1485 final Setting setting = getGlobalSetting(
12671 HSPLcom/android/server/power/batterysaver/BatterySaverPolicy;->getGlobalSetting(Ljava/lang/String;)…12691 HSPLcom/android/server/power/batterysaver/BatterySaverStateMachine;->getGlobalSetting(Ljava/lang/St…