Searched refs:setDeviceConfigString (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
H A D | FlexibilityControllerTest.java | 152 setDeviceConfigString(KEY_PERCENTS_TO_DROP_NUM_FLEXIBLE_CONSTRAINTS, "50,60,70,80"); in setup() 182 private void setDeviceConfigString(String key, String val) { in setDeviceConfigString() method in FlexibilityControllerTest 251 setDeviceConfigString(KEY_PERCENTS_TO_DROP_NUM_FLEXIBLE_CONSTRAINTS, "10,20,30,40"); in testOnConstantsUpdated_PercentsToDropConstraints() 272 setDeviceConfigString(KEY_PERCENTS_TO_DROP_NUM_FLEXIBLE_CONSTRAINTS, "10,20a,030,40"); in testOnConstantsUpdated_PercentsToDropConstraintsInvalidValues() 275 setDeviceConfigString(KEY_PERCENTS_TO_DROP_NUM_FLEXIBLE_CONSTRAINTS, "10,40"); in testOnConstantsUpdated_PercentsToDropConstraintsInvalidValues() 278 setDeviceConfigString(KEY_PERCENTS_TO_DROP_NUM_FLEXIBLE_CONSTRAINTS, "50,40,10,40"); in testOnConstantsUpdated_PercentsToDropConstraintsInvalidValues()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/ |
H A D | AlarmManagerServiceTest.java | 674 private void setDeviceConfigString(String key, String val) { 817 setDeviceConfigString(KEY_EXACT_ALARM_DENY_LIST, 826 setDeviceConfigString(KEY_EXACT_ALARM_DENY_LIST, 830 setDeviceConfigString(KEY_EXACT_ALARM_DENY_LIST, ""); 847 setDeviceConfigString(KEY_EXACT_ALARM_DENY_LIST, sb.toString()); 2505 setDeviceConfigString(KEY_EXACT_ALARM_DENY_LIST, TEST_CALLING_PACKAGE); 2507 setDeviceConfigString(KEY_EXACT_ALARM_DENY_LIST, ""); 3040 setDeviceConfigString(KEY_EXACT_ALARM_DENY_LIST, "p2,p4,p5");
|