Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarmManagerService.java1399 mStartCurrentDelayTime = nowELAPSED; in deliverPendingBackgroundAlarmsLocked()
1439 mWhenElapsed = nowELAPSED; in InFlight()
1453 fs.lastTime = nowELAPSED; in InFlight()
2726 pw.print(nowELAPSED); in dumpImpl()
2924 mAppWakeupHistory.dump(pw, nowELAPSED); in dumpImpl()
3825 a.dump(ipw, nowELAPSED, sdf); in dumpAlarmList()
3988 mLastAlarmDeliveryTime = nowELAPSED; in deliverAlarmsLocked()
4138 mLastWakeup = nowELAPSED; in run()
4201 mLastTrigger = nowELAPSED; in run()
5029 bs.startTime = nowELAPSED; in deliverLocked()
[all …]
H A DAlarm.java292 public void dump(IndentingPrintWriter ipw, long nowELAPSED, SimpleDateFormat sdf) { in dump() argument
303 TimeUtils.formatDuration(origWhen, nowELAPSED, ipw); in dump()
321 TimeUtils.formatDuration(mPolicyWhenElapsed[i], nowELAPSED, ipw); in dump()
326 TimeUtils.formatDuration(getWhenElapsed(), nowELAPSED, ipw); in dump() local
328 TimeUtils.formatDuration(mMaxWhenElapsed, nowELAPSED, ipw); in dump()