Home | History | Annotate | Download | only in server

Lines Matching refs:alarm

139     int mReqMinNextAlarm = -1;    // >= 0 if specific time to next alarm has been requested
327 if (localLOGV) Slog.v(TAG, "Alarm went off, checking memory.");
335 if (localLOGV) Slog.v(TAG, "Alarm went off, checking reboot.");
398 PowerManagerService power, AlarmManagerService alarm,
403 mAlarm = alarm;
516 // tear things down... schedule an alarm to check again soon.
530 Slog.v(TAG, "Next Alarm Time: " + mCalendar);
536 if (localLOGV) Slog.v(TAG, "Scheduling next memcheck alarm for "
541 if (localLOGV) Slog.v(TAG, "No need to schedule a memcheck alarm!");
604 if (localLOGV) Slog.v(TAG, "No need to schedule a reboot alarm!");
646 // Schedule alarm for next check interval.
659 // Schedule next alarm either within the window or in the
668 // Schedule alarm for next check interval.
675 if (localLOGV) Slog.v(TAG, "Scheduling next reboot alarm for "
727 return "alarm";