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