Searched refs:EVENT_STATE_CHANGE (Results 1 – 4 of 4) sorted by relevance
247 historyItem.eventCode = BatteryStats.HistoryItem.EVENT_STATE_CHANGE in buildHistoryItem()250 historyItem.eventCode = BatteryStats.HistoryItem.EVENT_STATE_CHANGE in buildHistoryItem()
105 if (item.eventCode == (BatteryStats.HistoryItem.EVENT_STATE_CHANGE in noteStateChange()
21 import static android.os.BatteryStats.HistoryItem.EVENT_STATE_CHANGE;1462 mHistoryCur.eventCode = EVENT_STATE_CHANGE | EVENT_FLAG_START; in recordStateStartEvent()1487 mHistoryCur.eventCode = EVENT_STATE_CHANGE | EVENT_FLAG_FINISH; in recordStateStopEvent()1523 mHistoryCur.eventCode = EVENT_STATE_CHANGE | EVENT_FLAG_START; in recordState2StartEvent()1538 mHistoryCur.eventCode = EVENT_STATE_CHANGE | EVENT_FLAG_FINISH; in recordState2StopEvent()
2065 public static final int EVENT_STATE_CHANGE = 0x0015; field in BatteryStats.HistoryItem