Searched refs:mPeriodIndex (Results 1 – 1 of 1) sorted by relevance
125 private int mPeriodIndex = 0; field in Analyst187 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 …]