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