Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DAnalyst.java125 private int mPeriodIndex = 0; field in Analyst
187 final Report latest = mReports[mPeriodIndex]; in loadReports()
206 mPeriodIndex = (mPeriodIndex + 1) % NUM_PERIODS_TO_RETAIN; in noteBatteryLevelChange()
207 if (mReports[mPeriodIndex] != null) { in noteBatteryLevelChange()
217 if (mReports[mPeriodIndex] == null) { in noteBatteryLevelChange()
219 mReports[mPeriodIndex] = report; in noteBatteryLevelChange()
224 final Report report = mReports[mPeriodIndex]; in noteBatteryLevelChange()
246 if (mReports[mPeriodIndex] == null) { in noteTransaction()
247 mReports[mPeriodIndex] = initializeReport(); in noteTransaction()
249 final Report report = mReports[mPeriodIndex]; in noteTransaction()
[all …]