Searched refs:HistoricalState (Results 1 – 1 of 1) sorted by relevance
77 private HistoricalState[] mHistoricalRecords = new HistoricalState[HISTORY_SIZE];107 mHistoricalRecords[i] = new HistoricalState(); in StatusBarStateControllerImpl()325 HistoricalState state = mHistoricalRecords[mHistoryIndex]; in recordHistoricalState()334 private static class HistoricalState { class in StatusBarStateControllerImpl