Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DRailStats.java45 long timestampSinceBootMs, long energyUsedSinceBootuWs) { in updateRailData() argument
52 timestampSinceBootMs, energyUsedSinceBootuWs)); in updateRailData()
62 long timeSinceLastLogMs = timestampSinceBootMs - node.timestampSinceBootMs; in updateRailData()
67 node.timestampSinceBootMs = timestampSinceBootMs; in updateRailData()
124 public long timestampSinceBootMs; field in RailStats.RailInfoData
128 long timestampSinceBootMs, long energyUsedSinceBoot) { in RailInfoData() argument
132 this.timestampSinceBootMs = timestampSinceBootMs; in RailInfoData()
143 Slog.d(TAG, "TimestampSinceBootMs = " + timestampSinceBootMs); in printData()