Searched refs:EVENT_NONE (Results 1 – 5 of 5) sorted by relevance
186 const int EVENT_NONE = 0; field
321 assertEquals(HistoryItem.EVENT_NONE, item.eventCode); in testAlarmStartAndFinishLocked()358 assertEquals(HistoryItem.EVENT_NONE, item.eventCode); in testAlarmStartAndFinishLocked_workSource()
1745 public static final int EVENT_NONE = 0x0000; field in BatteryStats.HistoryItem1855 | (eventCode != EVENT_NONE ? 0x40000000 : 0); in writeToParcel()1871 if (eventCode != EVENT_NONE) { in writeToParcel()1914 eventCode = EVENT_NONE; in readFromParcel()1942 eventCode = EVENT_NONE; in clear()6465 if (rec.eventCode != HistoryItem.EVENT_NONE) { in printNextItem()6880 } else if (false && rec.eventCode != HistoryItem.EVENT_NONE) { in dumpHistoryLocked()
3255 if (cur.eventCode != HistoryItem.EVENT_NONE) { in writeHistoryDelta()3317 if (cur.eventCode != HistoryItem.EVENT_NONE) { in writeHistoryDelta()3593 cur.eventCode = HistoryItem.EVENT_NONE; in readHistoryDelta()3643 && (mHistoryLastWritten.eventCode == HistoryItem.EVENT_NONE in addHistoryBufferLocked()3644 || cur.eventCode == HistoryItem.EVENT_NONE) in addHistoryBufferLocked()3677 if (mHistoryLastWritten.eventCode != HistoryItem.EVENT_NONE) { in addHistoryBufferLocked()3729 cur.eventCode = HistoryItem.EVENT_NONE; in addHistoryBufferLocked()3748 mHistoryAddTmp.eventCode = HistoryItem.EVENT_NONE; in addHistoryRecordLocked()
2005 case ICameraService::EVENT_NONE: in notifySystemEvent()