Searched refs:mBucketPeriodsMs (Results 1 – 1 of 1) sorted by relevance
428 private final long[] mBucketPeriodsMs = new long[]{ field in QuotaController830 appStats = new ExecutionStats[mBucketPeriodsMs.length]; in getExecutionStatsLocked()839 final long bucketWindowSizeMs = mBucketPeriodsMs[standbyBucket]; in getExecutionStatsLocked()1022 appStats = new ExecutionStats[mBucketPeriodsMs.length]; in incrementJobCount()1043 appStats = new ExecutionStats[mBucketPeriodsMs.length]; in incrementTimingSessionCount()2367 if (mBucketPeriodsMs[ACTIVE_INDEX] != newActivePeriodMs) { in updateConstants()2368 mBucketPeriodsMs[ACTIVE_INDEX] = newActivePeriodMs; in updateConstants()2373 if (mBucketPeriodsMs[WORKING_INDEX] != newWorkingPeriodMs) { in updateConstants()2374 mBucketPeriodsMs[WORKING_INDEX] = newWorkingPeriodMs; in updateConstants()2379 if (mBucketPeriodsMs[FREQUENT_INDEX] != newFrequentPeriodMs) { in updateConstants()[all …]