Searched refs:mNextNonWakeup (Results 1 – 1 of 1) sorted by relevance
190 private long mNextNonWakeup; field in AlarmManagerService1501 mNextWakeup = mNextNonWakeup = 0; in onStart()2299 long nextNonWakeupRTC = mNextNonWakeup + (nowRTC - nowELAPSED); in dumpImpl()2301 TimeUtils.formatDuration(mNextNonWakeup, nowELAPSED, pw); in dumpImpl()2302 pw.print(" = "); pw.print(mNextNonWakeup); in dumpImpl()2646 mNextNonWakeup - nowElapsed); in dumpProto()3066 mNextNonWakeup = nextNonWakeup; in rescheduleKernelAlarmsLocked()