Home
last modified time | relevance | path

Searched refs:setDeviceConfigString (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DFlexibilityControllerTest.java214 setDeviceConfigString(KEY_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS, in setup()
252 private void setDeviceConfigString(String key, String val) { in setDeviceConfigString() method in FlexibilityControllerTest
432 setDeviceConfigString(KEY_FALLBACK_FLEXIBILITY_DEADLINES, in testOnConstantsUpdated_FallbackDeadline()
446 setDeviceConfigString(KEY_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS, in testOnConstantsUpdated_PercentsToDropConstraints()
485 setDeviceConfigString(KEY_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS, "10,20,30,40"); in testOnConstantsUpdated_PercentsToDropConstraintsInvalidValues()
495 setDeviceConfigString(KEY_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS, in testOnConstantsUpdated_PercentsToDropConstraintsInvalidValues()
506 setDeviceConfigString(KEY_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS, in testOnConstantsUpdated_PercentsToDropConstraintsInvalidValues()
517 setDeviceConfigString(KEY_PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS, in testOnConstantsUpdated_PercentsToDropConstraintsInvalidValues()
537 setDeviceConfigString(KEY_FALLBACK_FLEXIBILITY_DEADLINES, in testGetNextConstraintDropTimeElapsedLocked()
630 setDeviceConfigString(KEY_FALLBACK_FLEXIBILITY_DEADLINES, "300=" + fallbackDuration); in testCurPercent()
[all …]
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/
H A DAlarmManagerServiceTest.java713 private void setDeviceConfigString(String key, String val) {