Searched refs:mBucketPeriodsMs (Results 1 – 1 of 1) sorted by relevance
518 private final long[] mBucketPeriodsMs = new long[]{ field in QuotaController939 appStats = new ExecutionStats[mBucketPeriodsMs.length]; in getExecutionStatsLocked()948 final long bucketWindowSizeMs = mBucketPeriodsMs[standbyBucket]; in getExecutionStatsLocked()1120 appStats = new ExecutionStats[mBucketPeriodsMs.length]; in incrementJobCount()1141 appStats = new ExecutionStats[mBucketPeriodsMs.length]; in incrementTimingSessionCount()2291 if (mBucketPeriodsMs[ACTIVE_INDEX] != newActivePeriodMs) { in updateConstants()2292 mBucketPeriodsMs[ACTIVE_INDEX] = newActivePeriodMs; in updateConstants()2297 if (mBucketPeriodsMs[WORKING_INDEX] != newWorkingPeriodMs) { in updateConstants()2298 mBucketPeriodsMs[WORKING_INDEX] = newWorkingPeriodMs; in updateConstants()2303 if (mBucketPeriodsMs[FREQUENT_INDEX] != newFrequentPeriodMs) { in updateConstants()[all …]