Searched refs:nowRTC (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/ |
D | AlarmManagerService.java | 874 final long nowRTC = System.currentTimeMillis(); in dumpImpl() local 878 pw.print("nowRTC="); pw.print(nowRTC); in dumpImpl() 879 pw.print("="); pw.print(sdf.format(new Date(nowRTC))); in dumpImpl() 897 long nextWakeupRTC = mNextWakeup + (nowRTC - nowELAPSED); in dumpImpl() 898 long nextNonWakeupRTC = mNextNonWakeup + (nowRTC - nowELAPSED); in dumpImpl() 912 dumpAlarmList(pw, b.alarms, " ", nowELAPSED, nowRTC, sdf); in dumpImpl() 920 dumpAlarmList(pw, mPendingNonWakeupAlarms, " ", nowELAPSED, nowRTC, sdf); in dumpImpl() 1053 final long nowRTC = System.currentTimeMillis(); in logBatchesLocked() local 1059 dumpAlarmList(pw, bz.alarms, " ", nowELAPSED, nowRTC, sdf); in logBatchesLocked() 1374 String prefix, String label, long nowRTC, long nowELAPSED, SimpleDateFormat sdf) { in dumpAlarmList() argument [all …]
|