Searched refs:nowELAPSED (Results 1 – 1 of 1) sorted by relevance
842 long nowELAPSED) { in InFlight() argument856 fs.lastTime = nowELAPSED; in InFlight()1371 final long nowELAPSED = SystemClock.elapsedRealtime(); in dumpImpl() local1376 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 …]