Home
last modified time | relevance | path

Searched refs:getGlobalSetting (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/power/batterysaver/
H A DBatterySaverStateMachine.java328 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
H A DBatterySaverPolicy.java316 String getGlobalSetting(String key) { in getGlobalSetting() method in BatterySaverPolicy
408 final String setting = getGlobalSetting(Settings.Global.BATTERY_SAVER_CONSTANTS); in refreshSettings()
413 String deviceSpecificSetting = getGlobalSetting( in refreshSettings()
/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationSettings.java366 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
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/batterysaver/
H A DBatterySaverStateMachineTest.java134 public int getGlobalSetting(String key, int defValue) { in getGlobalSetting() method in BatterySaverStateMachineTest.Device
156 protected int getGlobalSetting(String key, int defValue) { in getGlobalSetting() method in BatterySaverStateMachineTest.TestableBatterySaverStateMachine
157 return mDevice.getGlobalSetting(key, defValue); in getGlobalSetting()
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java418 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
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/power/batterysaver/
H A DBatterySaverPolicyTest.java77 String getGlobalSetting(String key) { in getGlobalSetting() method in BatterySaverPolicyTest.BatterySaverPolicyForTest
/aosp12/frameworks/base/services/
H A Dart-profile36485 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…