Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DRailStats.java62 long timeSinceLastLogMs = timestampSinceBootMs - node.timestampSinceBootMs; in updateRailData() local
64 if (timeSinceLastLogMs < 0 || energyUsedSinceLastLoguWs < 0) { in updateRailData()