Home
last modified time | relevance | path

Searched refs:setDeviceConfigBoolean (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/tare/
H A DCompleteEconomicPolicyTest.java143 private void setDeviceConfigBoolean(String key, boolean val) { in setDeviceConfigBoolean() method in CompleteEconomicPolicyTest
218 setDeviceConfigBoolean(EconomyManager.KEY_ENABLE_POLICY_ALARM, true); in testPolicyToggling()
219 setDeviceConfigBoolean(EconomyManager.KEY_ENABLE_POLICY_JOB_SCHEDULER, false); in testPolicyToggling()
243 setDeviceConfigBoolean(EconomyManager.KEY_ENABLE_POLICY_ALARM, false); in testPolicyToggling()
244 setDeviceConfigBoolean(EconomyManager.KEY_ENABLE_POLICY_JOB_SCHEDULER, true); in testPolicyToggling()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DFlexibilityControllerTest.java154 setDeviceConfigBoolean(KEY_FLEXIBILITY_ENABLED, true); in setup()
164 private void setDeviceConfigBoolean(String key, boolean val) { in setDeviceConfigBoolean() method in FlexibilityControllerTest
220 setDeviceConfigBoolean(KEY_FLEXIBILITY_ENABLED, false); in testOnConstantsUpdated_DefaultFlexibility()
222 setDeviceConfigBoolean(KEY_FLEXIBILITY_ENABLED, true); in testOnConstantsUpdated_DefaultFlexibility()
965 setDeviceConfigBoolean(KEY_FLEXIBILITY_ENABLED, true); in testDeviceDisabledFlexibility_Auto()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/
H A DAlarmManagerServiceTest.java668 private void setDeviceConfigBoolean(String key, boolean val) {