Searched refs:mBucketPeriodsMs (Results 1 – 1 of 1) sorted by relevance
396 private final long[] mBucketPeriodsMs = new long[]{ field in QuotaController1219 appStats = new ExecutionStats[mBucketPeriodsMs.length];1445 appStats = new ExecutionStats[mBucketPeriodsMs.length];1467 appStats = new ExecutionStats[mBucketPeriodsMs.length];3875 mBucketPeriodsMs[EXEMPTED_INDEX] = newExemptedPeriodMs;3880 if (mBucketPeriodsMs[ACTIVE_INDEX] != newActivePeriodMs) {3881 mBucketPeriodsMs[ACTIVE_INDEX] = newActivePeriodMs;3887 mBucketPeriodsMs[WORKING_INDEX] = newWorkingPeriodMs;3898 if (mBucketPeriodsMs[RARE_INDEX] != newRarePeriodMs) {3899 mBucketPeriodsMs[RARE_INDEX] = newRarePeriodMs;[all …]