Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DQuotaController.java396 private final long[] mBucketPeriodsMs = new long[]{ field in QuotaController
1246 appStats = new ExecutionStats[mBucketPeriodsMs.length]; in getExecutionStatsLocked()
1256 final long bucketWindowSizeMs = mBucketPeriodsMs[standbyBucket]; in getExecutionStatsLocked()
1472 appStats = new ExecutionStats[mBucketPeriodsMs.length]; in incrementJobCountLocked()
1497 appStats = new ExecutionStats[mBucketPeriodsMs.length]; in incrementTimingSessionCountLocked()
3967 if (mBucketPeriodsMs[EXEMPTED_INDEX] != newExemptedPeriodMs) { in updateExecutionPeriodConstantsLocked()
3968 mBucketPeriodsMs[EXEMPTED_INDEX] = newExemptedPeriodMs; in updateExecutionPeriodConstantsLocked()
3973 if (mBucketPeriodsMs[ACTIVE_INDEX] != newActivePeriodMs) { in updateExecutionPeriodConstantsLocked()
3974 mBucketPeriodsMs[ACTIVE_INDEX] = newActivePeriodMs; in updateExecutionPeriodConstantsLocked()
3979 if (mBucketPeriodsMs[WORKING_INDEX] != newWorkingPeriodMs) { in updateExecutionPeriodConstantsLocked()
[all …]