Searched refs:mHistoryIndex (Results 1 – 2 of 2) sorted by relevance
78 private int mHistoryIndex = 0; field in StatusBarStateControllerImpl357 for (int i = mHistoryIndex + HISTORY_SIZE; in dump()358 i >= mHistoryIndex + HISTORY_SIZE - size + 1; i--) { in dump()359 pw.println(" (" + (mHistoryIndex + HISTORY_SIZE - i + 1) + ")" in dump()365 mHistoryIndex = (mHistoryIndex + 1) % HISTORY_SIZE; in recordHistoricalState()366 HistoricalState state = mHistoricalRecords[mHistoryIndex]; in recordHistoricalState()
59 private int mHistoryIndex; field in SignalController183 mHistory[mHistoryIndex++ & (HISTORY_SIZE - 1)].copyFrom(mLastState); in recordLastState()196 for (int i = mHistoryIndex + HISTORY_SIZE - 1; in dump()197 i >= mHistoryIndex + HISTORY_SIZE - size; i--) { in dump()198 pw.println(" Previous State(" + (mHistoryIndex + HISTORY_SIZE - i) + "): " in dump()