Searched refs:CMD_RESET (Results 1 – 2 of 2) sorted by relevance
606 public static final byte CMD_RESET = 7; 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()3517 || rec.cmd == HistoryItem.CMD_RESET) { in printNextItem()3521 if (rec.cmd == HistoryItem.CMD_RESET) { in printNextItem()3857 || rec.cmd == HistoryItem.CMD_RESET in dumpHistoryLocked()
2283 addHistoryBufferLocked(elapsedRealtimeMs, uptimeMs, HistoryItem.CMD_RESET, cur); in addHistoryBufferLocked()6611 && out.cmd != HistoryItem.CMD_RESET && lastWalltime != 0) { in getNextHistoryLocked()6938 reset ? HistoryItem.CMD_RESET : HistoryItem.CMD_CURRENT_TIME, in startRecordingHistory()