Searched refs:dumpTimeWithDelta (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/util/ |
H A D | TimeUtils.java | 460 public static void dumpTimeWithDelta(PrintWriter pw, long time, long now) { in dumpTimeWithDelta() method in TimeUtils
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ProcessStateRecord.java | 1367 TimeUtils.dumpTimeWithDelta(pw, lastInvisibleCurrentTime, currentTimeNow); in dump()
|
H A D | ActivityManagerService.java | 10757 TimeUtils.dumpTimeWithDelta(pw, expirationInCurrentTime, currentTimeNow); in dumpOtherProcessesInfoLSP()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobConcurrencyManager.java | 2095 TimeUtils.dumpTimeWithDelta(pw, now - nowRealtime + mLastScreenOnRealtime, now); in dumpLocked() 2099 TimeUtils.dumpTimeWithDelta(pw, now - nowRealtime + mLastScreenOffRealtime, now); in dumpLocked()
|