Searched refs:KEY_LAUNCH_TIME_ALLOWANCE_MS (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
H A D | PrefetchControllerTest.java | 245 setDeviceConfigLong(PcConstants.KEY_LAUNCH_TIME_ALLOWANCE_MS, 5 * MINUTE_IN_MILLIS); in testConstantsUpdating_ValidValues() 255 setDeviceConfigLong(PcConstants.KEY_LAUNCH_TIME_ALLOWANCE_MS, -MINUTE_IN_MILLIS); in testConstantsUpdating_InvalidValues() 262 setDeviceConfigLong(PcConstants.KEY_LAUNCH_TIME_ALLOWANCE_MS, 5 * HOUR_IN_MILLIS); in testConstantsUpdating_InvalidValues() 272 setDeviceConfigLong(PcConstants.KEY_LAUNCH_TIME_ALLOWANCE_MS, 0); in testConstantsUpdating_ThresholdChangesAlarms() 295 setDeviceConfigLong(PcConstants.KEY_LAUNCH_TIME_ALLOWANCE_MS, 0); in testConstraintNotSatisfiedWhenLaunchLate() 311 setDeviceConfigLong(PcConstants.KEY_LAUNCH_TIME_ALLOWANCE_MS, 0); in testConstraintSatisfiedWhenLaunchSoon() 368 setDeviceConfigLong(PcConstants.KEY_LAUNCH_TIME_ALLOWANCE_MS, 0); in testConstraintSatisfiedWhenWidget() 399 setDeviceConfigLong(PcConstants.KEY_LAUNCH_TIME_ALLOWANCE_MS, 0); in testEstimatedLaunchTimeChangedToLate() 430 setDeviceConfigLong(PcConstants.KEY_LAUNCH_TIME_ALLOWANCE_MS, 0); in testEstimatedLaunchTimeChangedToSoon() 457 setDeviceConfigLong(PcConstants.KEY_LAUNCH_TIME_ALLOWANCE_MS, 15 * MINUTE_IN_MILLIS); in testEstimatedLaunchTimeAllowance()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/ |
H A D | PrefetchController.java | 536 static final String KEY_LAUNCH_TIME_ALLOWANCE_MS = field in PrefetchController.PcConstants 555 case KEY_LAUNCH_TIME_ALLOWANCE_MS: in processConstantLocked() 590 pw.print(KEY_LAUNCH_TIME_ALLOWANCE_MS, LAUNCH_TIME_ALLOWANCE_MS).println(); in dump()
|