Searched refs:STATE_CPU_RUNNING_FLAG (Results 1 – 2 of 2) sorted by relevance
1181 public static final int STATE_CPU_RUNNING_FLAG = 1<<31; field in BatteryStats.HistoryItem1925 new BitDescription(HistoryItem.STATE_CPU_RUNNING_FLAG, "running", "r"),
2769 mHistoryAddTmp.states &= ~HistoryItem.STATE_CPU_RUNNING_FLAG; in addHistoryRecordLocked()2773 mHistoryCur.states |= HistoryItem.STATE_CPU_RUNNING_FLAG; in addHistoryRecordLocked()