Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarmManagerService.java1747 mWhenElapsed = nowELAPSED; in InFlight()
1761 fs.lastTime = nowELAPSED; in InFlight()
3215 pw.print(nowELAPSED); in dumpImpl()
3413 mAppWakeupHistory.dump(pw, nowELAPSED); in dumpImpl()
4348 a.dump(ipw, nowELAPSED, sdf); in dumpAlarmList()
4525 mLastAlarmDeliveryTime = nowELAPSED; in deliverAlarmsLocked()
4749 mLastWakeup = nowELAPSED; in run()
4812 mLastTrigger = nowELAPSED; in run()
5859 nowELAPSED); in deliverLocked()
5866 bs.startTime = nowELAPSED; in deliverLocked()
[all …]
H A DAlarm.java321 public void dump(IndentingPrintWriter ipw, long nowELAPSED, SimpleDateFormat sdf) { in dump() argument
332 TimeUtils.formatDuration(origWhen, nowELAPSED, ipw); in dump()
350 TimeUtils.formatDuration(mPolicyWhenElapsed[i], nowELAPSED, ipw); in dump()
355 TimeUtils.formatDuration(getWhenElapsed(), nowELAPSED, ipw); in dump() local
357 TimeUtils.formatDuration(mMaxWhenElapsed, nowELAPSED, ipw); in dump()