Searched refs:KEY_ALLOWED_TIME_PER_PERIOD_WORKING_MS (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
D | QuotaControllerTest.java | 2310 setDeviceConfigLong(QcConstants.KEY_ALLOWED_TIME_PER_PERIOD_WORKING_MS, in testIsWithinQuotaLocked_WithQuotaBump_Duration() 2398 setDeviceConfigLong(QcConstants.KEY_ALLOWED_TIME_PER_PERIOD_WORKING_MS, in testIsWithinQuotaLocked_WithQuotaBump_JobCount() 2484 setDeviceConfigLong(QcConstants.KEY_ALLOWED_TIME_PER_PERIOD_WORKING_MS, in testIsWithinQuotaLocked_WithQuotaBump_SessionCount() 3340 setDeviceConfigLong(QcConstants.KEY_ALLOWED_TIME_PER_PERIOD_WORKING_MS, in testMaybeScheduleStartAlarmLocked_JobCount_RateLimitingWindow() 3407 setDeviceConfigLong(QcConstants.KEY_ALLOWED_TIME_PER_PERIOD_WORKING_MS, in testMaybeScheduleStartAlarmLocked_SmallRollingQuota_UpdatedAllowedTime() 3431 setDeviceConfigLong(QcConstants.KEY_ALLOWED_TIME_PER_PERIOD_WORKING_MS, in testMaybeScheduleStartAlarmLocked_SmallRollingQuota_UpdatedEverything() 3523 setDeviceConfigLong(QcConstants.KEY_ALLOWED_TIME_PER_PERIOD_WORKING_MS, in testConstantsUpdating_ValidValues() 3647 setDeviceConfigLong(QcConstants.KEY_ALLOWED_TIME_PER_PERIOD_WORKING_MS, -MINUTE_IN_MILLIS); in testConstantsUpdating_InvalidValues() 3759 setDeviceConfigLong(QcConstants.KEY_ALLOWED_TIME_PER_PERIOD_WORKING_MS, in testConstantsUpdating_InvalidValues() 3775 setDeviceConfigLong(QcConstants.KEY_ALLOWED_TIME_PER_PERIOD_WORKING_MS, in testConstantsUpdating_InvalidValues()
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/ |
D | QuotaController.java | 3055 static final String KEY_ALLOWED_TIME_PER_PERIOD_WORKING_MS = field in QuotaController.QcConstants 3611 case KEY_ALLOWED_TIME_PER_PERIOD_WORKING_MS: in processConstantLocked() 3861 KEY_ALLOWED_TIME_PER_PERIOD_WORKING_MS, KEY_ALLOWED_TIME_PER_PERIOD_FREQUENT_MS, in updateExecutionPeriodConstantsLocked() 3876 properties.getLong(KEY_ALLOWED_TIME_PER_PERIOD_WORKING_MS, in updateExecutionPeriodConstantsLocked() 4215 pw.print(KEY_ALLOWED_TIME_PER_PERIOD_WORKING_MS, ALLOWED_TIME_PER_PERIOD_WORKING_MS) in dump()
|