Searched refs:mHistoryIndex (Results 1 – 2 of 2) sorted by relevance
76 private int mHistoryIndex = 0; field in StatusBarStateControllerImpl316 for (int i = mHistoryIndex + HISTORY_SIZE; in dump()317 i >= mHistoryIndex + HISTORY_SIZE - size + 1; i--) { in dump()318 pw.println(" (" + (mHistoryIndex + HISTORY_SIZE - i + 1) + ")" in dump()324 mHistoryIndex = (mHistoryIndex + 1) % HISTORY_SIZE; in recordHistoricalState()325 HistoricalState state = mHistoricalRecords[mHistoryIndex]; in recordHistoricalState()
58 private int mHistoryIndex; field in SignalController182 mHistory[mHistoryIndex++ & (HISTORY_SIZE - 1)].copyFrom(mLastState); in recordLastState()195 for (int i = mHistoryIndex + HISTORY_SIZE - 1; in dump()196 i >= mHistoryIndex + HISTORY_SIZE - size; i--) { in dump()197 pw.println(" Previous State(" + (mHistoryIndex + HISTORY_SIZE - i) + "): " in dump()