Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java842 long nowELAPSED) { in InFlight() argument
856 fs.lastTime = nowELAPSED; in InFlight()
1371 final long nowELAPSED = SystemClock.elapsedRealtime(); in dumpImpl() local
1376 pw.print(" nowELAPSED="); pw.print(nowELAPSED); in dumpImpl()
1385 TimeUtils.formatDuration(nowELAPSED - mNonInteractiveStartTime, pw); in dumpImpl()
1388 TimeUtils.formatDuration(currentNonWakeupFuzzLocked(nowELAPSED), pw); in dumpImpl()
1391 TimeUtils.formatDuration(nowELAPSED - mLastAlarmDeliveryTime, pw); in dumpImpl()
1394 TimeUtils.formatDuration(nowELAPSED - mNextNonWakeupDeliveryTime, pw); in dumpImpl()
1398 long nextWakeupRTC = mNextWakeup + (nowRTC - nowELAPSED); in dumpImpl()
1399 long nextNonWakeupRTC = mNextNonWakeup + (nowRTC - nowELAPSED); in dumpImpl()
[all …]