Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DPowerStatsScheduler.java179 public static long alignToWallClock(long targetMonotonicTime, long interval, in alignToWallClock() argument
183 long targetWallClockTime = currentTimeMillis + (targetMonotonicTime - currentMonotonicTime); in alignToWallClock()
201 return targetMonotonicTime + adjustment; in alignToWallClock()
219 return targetMonotonicTime + adjustment; in alignToWallClock()
222 return targetMonotonicTime; in alignToWallClock()