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