Searched refs:setDeviceConfigBoolean (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/tare/ |
H A D | CompleteEconomicPolicyTest.java | 143 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 D | FlexibilityControllerTest.java | 154 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 D | AlarmManagerServiceTest.java | 668 private void setDeviceConfigBoolean(String key, boolean val) {
|