Home
last modified time | relevance | path

Searched refs:CMD_CURRENT_TIME (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsHistoryIterator.java84 if (mHistoryItem.cmd != BatteryStats.HistoryItem.CMD_CURRENT_TIME in next()
H A DBatteryStatsHistory.java921 reset ? HistoryItem.CMD_RESET : HistoryItem.CMD_CURRENT_TIME); in startRecordingHistory()
1010 HistoryItem.CMD_CURRENT_TIME); in recordCurrentTimeChange()
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java1882 public static final byte CMD_CURRENT_TIME = 5; field in BatteryStats.HistoryItem
2151 if (cmd == CMD_CURRENT_TIME || cmd == CMD_RESET) { in writeToParcel()
2193 if (cmd == CMD_CURRENT_TIME || cmd == CMD_RESET) { in readFromParcel()
6916 } else if (rec.cmd == HistoryItem.CMD_CURRENT_TIME in printNextItem()
7510 if (rec.cmd == HistoryItem.CMD_CURRENT_TIME in dumpHistory()
7521 rec.cmd = HistoryItem.CMD_CURRENT_TIME; in dumpHistory()
8430 if (rec.cmd == HistoryItem.CMD_CURRENT_TIME in dumpProtoHistoryLocked()
8441 rec.cmd = HistoryItem.CMD_CURRENT_TIME; in dumpProtoHistoryLocked()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt34813 Landroid/os/BatteryStats$HistoryItem;->CMD_CURRENT_TIME:B