Searched refs:CMD_CURRENT_TIME (Results 1 – 2 of 2) sorted by relevance
1618 public static final byte CMD_CURRENT_TIME = 5; field in BatteryStats.HistoryItem1875 if (cmd == CMD_CURRENT_TIME || cmd == CMD_RESET) { in writeToParcel()1917 if (cmd == CMD_CURRENT_TIME || cmd == CMD_RESET) { in readFromParcel()6296 } else if (rec.cmd == HistoryItem.CMD_CURRENT_TIME in printNextItem()6827 if (rec.cmd == HistoryItem.CMD_CURRENT_TIME in dumpHistoryLocked()6838 rec.cmd = HistoryItem.CMD_CURRENT_TIME; in dumpHistoryLocked()7754 if (rec.cmd == HistoryItem.CMD_CURRENT_TIME in dumpProtoHistoryLocked()7765 rec.cmd = HistoryItem.CMD_CURRENT_TIME; in dumpProtoHistoryLocked()
10377 if (out.cmd != HistoryItem.CMD_CURRENT_TIME in getNextHistoryLocked()12204 reset ? HistoryItem.CMD_RESET : HistoryItem.CMD_CURRENT_TIME, in startRecordingHistory()12216 addHistoryBufferLocked(elapsedRealtimeMs, HistoryItem.CMD_CURRENT_TIME, mHistoryCur); in recordCurrentTimeChangeLocked()