Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DQuotaController.java3088 static final String KEY_MAX_EXECUTION_TIME_MS = field in QuotaController.QcConstants
3616 case KEY_MAX_EXECUTION_TIME_MS: in processConstantLocked()
3864 KEY_MAX_EXECUTION_TIME_MS, in updateExecutionPeriodConstantsLocked()
3889 MAX_EXECUTION_TIME_MS = properties.getLong(KEY_MAX_EXECUTION_TIME_MS, in updateExecutionPeriodConstantsLocked()
4230 pw.print(KEY_MAX_EXECUTION_TIME_MS, MAX_EXECUTION_TIME_MS).println(); in dump()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DQuotaControllerTest.java1422 setDeviceConfigLong(QcConstants.KEY_MAX_EXECUTION_TIME_MS, 2 * HOUR_IN_MILLIS); in testGetMaxJobExecutionTimeLocked_Regular_Active()
3418 setDeviceConfigLong(QcConstants.KEY_MAX_EXECUTION_TIME_MS, in testMaybeScheduleStartAlarmLocked_SmallRollingQuota_UpdatedMaxTime()
3433 setDeviceConfigLong(QcConstants.KEY_MAX_EXECUTION_TIME_MS, in testMaybeScheduleStartAlarmLocked_SmallRollingQuota_UpdatedEverything()
3537 setDeviceConfigLong(QcConstants.KEY_MAX_EXECUTION_TIME_MS, 3 * HOUR_IN_MILLIS); in testConstantsUpdating_ValidValues()
3659 setDeviceConfigLong(QcConstants.KEY_MAX_EXECUTION_TIME_MS, -MINUTE_IN_MILLIS); in testConstantsUpdating_InvalidValues()
3789 setDeviceConfigLong(QcConstants.KEY_MAX_EXECUTION_TIME_MS, 25 * HOUR_IN_MILLIS); in testConstantsUpdating_InvalidValues()