Searched refs:getGlobalSetting (Results 1 – 7 of 7) sorted by relevance
328 final boolean lowPowerModeEnabledSticky = getGlobalSetting( in onBootCompleted()365 final boolean lowPowerModeEnabled = getGlobalSetting( in refreshSettingsLocked()367 final boolean lowPowerModeEnabledSticky = getGlobalSetting( in refreshSettingsLocked()369 final boolean dynamicPowerSavingsBatterySaver = getGlobalSetting( in refreshSettingsLocked()371 final int lowPowerModeTriggerLevel = getGlobalSetting( in refreshSettingsLocked()373 final int automaticBatterySaverMode = getGlobalSetting( in refreshSettingsLocked()376 final int dynamicPowerSavingsDisableThreshold = getGlobalSetting( in refreshSettingsLocked()379 final boolean isStickyAutoDisableEnabled = getGlobalSetting( in refreshSettingsLocked()381 final int stickyAutoDisableThreshold = getGlobalSetting( in refreshSettingsLocked()914 protected int getGlobalSetting(String key, int defValue) { in getGlobalSetting() method in BatterySaverStateMachine
316 String getGlobalSetting(String key) { in getGlobalSetting() method in BatterySaverPolicy408 final String setting = getGlobalSetting(Settings.Global.BATTERY_SAVER_CONSTANTS); in refreshSettings()413 String deviceSpecificSetting = getGlobalSetting( in refreshSettings()
366 mApplyRampingRinger = getGlobalSetting(Settings.Global.APPLY_RAMPING_RINGER, 0) != 0; in updateSettings()375 mZenMode = getGlobalSetting(Settings.Global.ZEN_MODE, Settings.Global.ZEN_MODE_OFF); in updateSettings()461 private int getGlobalSetting(String settingName, int defaultValue) { in getGlobalSetting() method in VibrationSettings
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()
418 Setting setting = getGlobalSetting(name); in call()609 Setting setting = getGlobalSetting(args.name); in query()1044 Setting setting = getGlobalSetting( in startWatchingUserRestrictionChanges()1058 Setting setting = getGlobalSetting(Settings.Global.ADB_ENABLED); in startWatchingUserRestrictionChanges()1063 setting = getGlobalSetting(Settings.Global.ADB_WIFI_ENABLED); in startWatchingUserRestrictionChanges()1076 Setting include = getGlobalSetting( in startWatchingUserRestrictionChanges()1090 Setting setting = getGlobalSetting( in startWatchingUserRestrictionChanges()1356 private Setting getGlobalSetting(String name) { in getGlobalSetting() method in SettingsProvider
77 String getGlobalSetting(String key) { in getGlobalSetting() method in BatterySaverPolicyTest.BatterySaverPolicyForTest
36485 HSPLcom/android/server/power/batterysaver/BatterySaverPolicy;->getGlobalSetting(Ljava/lang/String;)…36530 HPLcom/android/server/power/batterysaver/BatterySaverStateMachine;->getGlobalSetting(Ljava/lang/Str…42579 HSPLcom/android/server/vibrator/VibrationSettings;->getGlobalSetting(Ljava/lang/String;I)I+]Landroi…