Searched refs:HistoricalState (Results 1 – 1 of 1) sorted by relevance
79 private HistoricalState[] mHistoricalRecords = new HistoricalState[HISTORY_SIZE];119 mHistoricalRecords[i] = new HistoricalState(); in StatusBarStateControllerImpl()366 HistoricalState state = mHistoricalRecords[mHistoryIndex]; in recordHistoricalState()375 private static class HistoricalState { class in StatusBarStateControllerImpl