Searched refs:CMD_CURRENT_TIME (Results 1 – 3 of 3) sorted by relevance
1608 public static final byte CMD_CURRENT_TIME = 5; field in BatteryStats.HistoryItem1871 if (cmd == CMD_CURRENT_TIME || cmd == CMD_RESET) { in writeToParcel()1912 if (cmd == CMD_CURRENT_TIME || cmd == CMD_RESET) { in readFromParcel()6315 } else if (rec.cmd == HistoryItem.CMD_CURRENT_TIME in printNextItem()6846 if (rec.cmd == HistoryItem.CMD_CURRENT_TIME in dumpHistoryLocked()6857 rec.cmd = HistoryItem.CMD_CURRENT_TIME; in dumpHistoryLocked()7780 if (rec.cmd == HistoryItem.CMD_CURRENT_TIME in dumpProtoHistoryLocked()7791 rec.cmd = HistoryItem.CMD_CURRENT_TIME; in dumpProtoHistoryLocked()
10360 if (out.cmd != HistoryItem.CMD_CURRENT_TIME in getNextHistoryLocked()12187 reset ? HistoryItem.CMD_RESET : HistoryItem.CMD_CURRENT_TIME, in startRecordingHistory()12199 addHistoryBufferLocked(elapsedRealtimeMs, HistoryItem.CMD_CURRENT_TIME, mHistoryCur); in recordCurrentTimeChangeLocked()
48652 Landroid/os/BatteryStats$HistoryItem;->CMD_CURRENT_TIME:B