Searched refs:KEY_MAX_EXECUTION_TIME_MS (Results 1 – 2 of 2) sorted by relevance
3088 static final String KEY_MAX_EXECUTION_TIME_MS = field in QuotaController.QcConstants3616 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()
1422 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()