Searched refs:CMD_CURRENT_TIME (Results 1 – 2 of 2) sorted by relevance
604 public static final byte CMD_CURRENT_TIME = 5; field in BatteryStats.HistoryItem792 if (cmd == CMD_CURRENT_TIME || cmd == CMD_RESET) { in writeToParcel()830 if (cmd == CMD_CURRENT_TIME || cmd == CMD_RESET) { in readFromParcel()3516 } else if (rec.cmd == HistoryItem.CMD_CURRENT_TIME in printNextItem()3856 if (rec.cmd == HistoryItem.CMD_CURRENT_TIME in dumpHistoryLocked()3867 rec.cmd = HistoryItem.CMD_CURRENT_TIME; in dumpHistoryLocked()
6610 if (out.cmd != HistoryItem.CMD_CURRENT_TIME in getNextHistoryLocked()6938 reset ? HistoryItem.CMD_RESET : HistoryItem.CMD_CURRENT_TIME, in startRecordingHistory()6952 addHistoryBufferLocked(elapsedRealtimeMs, uptimeMs, HistoryItem.CMD_CURRENT_TIME, in recordCurrentTimeChangeLocked()