Searched refs:EVENT_NONE (Results 1 – 2 of 2) sorted by relevance
694 public static final int EVENT_NONE = 0x0000; field in BatteryStats.HistoryItem775 | (eventCode != EVENT_NONE ? 0x40000000 : 0); in writeToParcel()788 if (eventCode != EVENT_NONE) { in writeToParcel()827 eventCode = EVENT_NONE; in readFromParcel()851 eventCode = EVENT_NONE; in clear()3667 if (rec.eventCode != HistoryItem.EVENT_NONE) { in printNextItem()3909 } else if (false && rec.eventCode != HistoryItem.EVENT_NONE) { in dumpHistoryLocked()
1978 if (cur.eventCode != HistoryItem.EVENT_NONE) { in writeHistoryDelta()2035 if (cur.eventCode != HistoryItem.EVENT_NONE) { in writeHistoryDelta()2181 cur.eventCode = HistoryItem.EVENT_NONE; in readHistoryDelta()2210 && (mHistoryLastWritten.eventCode == HistoryItem.EVENT_NONE in addHistoryBufferLocked()2211 || cur.eventCode == HistoryItem.EVENT_NONE) in addHistoryBufferLocked()2244 if (mHistoryLastWritten.eventCode != HistoryItem.EVENT_NONE) { in addHistoryBufferLocked()2300 cur.eventCode = HistoryItem.EVENT_NONE; in addHistoryBufferLocked()2319 mHistoryAddTmp.eventCode = HistoryItem.EVENT_NONE; in addHistoryRecordLocked()