Searched refs:mNextNonWakeup (Results 1 – 1 of 1) sorted by relevance
183 private long mNextNonWakeup; field in AlarmManagerService1505 mNextWakeup = mNextNonWakeup = 0; in onStart()2277 long nextNonWakeupRTC = mNextNonWakeup + (nowRTC - nowELAPSED); in dumpImpl()2279 TimeUtils.formatDuration(mNextNonWakeup, nowELAPSED, pw); in dumpImpl()2280 pw.print(" = "); pw.print(mNextNonWakeup); in dumpImpl()2625 mNextNonWakeup - nowElapsed); in dumpProto()3045 mNextNonWakeup = nextNonWakeup; in rescheduleKernelAlarmsLocked()