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