Home | History | Annotate | Download | only in alerts

Lines Matching refs:currentTime

424         long currentTime = 1000000;
426 currentTime, AlertService.MAX_NOTIFICATIONS);
442 long currentTime = 1000000;
445 AlertService.generateAlerts(mContext, ntm, alarmMgr, prefs, at.getAlertCursor(), currentTime,
451 currentTime = 2300000;
454 AlertService.generateAlerts(mContext, ntm, alarmMgr, prefs, at.getAlertCursor(), currentTime,
459 currentTime = 4300000;
462 AlertService.generateAlerts(mContext, ntm, alarmMgr, prefs, at.getAlertCursor(), currentTime,
476 long currentTime = createTimeInMillis(5, 0);
515 currentTime, maxNotifications);
520 currentTime = createTimeInMillis(5, 15);
528 currentTime, maxNotifications);
532 currentTime = createTimeInMillis(8, 15);
537 currentTime, maxNotifications);
548 long currentTime = createTimeInMillis(5, 0);
587 currentTime, maxNotifications);
600 currentTime, maxNotifications);
615 long currentTime = createTimeInMillis(5, 0);
629 at.getAlertCursor(), currentTime, AlertService.MAX_NOTIFICATIONS);
640 // the passed in currentTime (not worth allocating the extra Time objects to do so), use
672 long currentTime = createTimeInMillis(0, 0, 0, day, month, year, Time.getCurrentTimezone());
673 alarmMgr.expectAlarmTime(AlarmManager.RTC, currentTime + 15 * DateUtils.MINUTE_IN_MILLIS);
679 currentTime, AlertService.MAX_NOTIFICATIONS);
683 currentTime = createTimeInMillis(0, 30, 0, day, month, year, Time.getCurrentTimezone());
684 alarmMgr.expectAlarmTime(AlarmManager.RTC, currentTime + 30 * DateUtils.MINUTE_IN_MILLIS);
690 currentTime, AlertService.MAX_NOTIFICATIONS);
694 currentTime = createTimeInMillis(0, 55, 5, day, month, year, Time.getCurrentTimezone());
695 alarmMgr.expectAlarmTime(AlarmManager.RTC, currentTime + 20 * DateUtils.MINUTE_IN_MILLIS);
701 currentTime, AlertService.MAX_NOTIFICATIONS);
705 currentTime = createTimeInMillis(0, 14, 10, day, month, year, Time.getCurrentTimezone());
706 alarmMgr.expectAlarmTime(AlarmManager.RTC, currentTime + 1 * DateUtils.MINUTE_IN_MILLIS);
712 currentTime, AlertService.MAX_NOTIFICATIONS);
716 currentTime = createTimeInMillis(0, 15, 10, day, month, year, Time.getCurrentTimezone());
723 currentTime, AlertService.MAX_NOTIFICATIONS);
764 long currentTime = createTimeInMillis(5, 0);
765 AlertService.processQuery(at.getAlertCursor(), mContext, currentTime, highPriority,
791 long currentTime = createTimeInMillis(5, 0);
792 AlertService.processQuery(at.getAlertCursor(), mContext, currentTime, highPriority,
821 long currentTime = earlierStartTime - DateUtils.DAY_IN_MILLIS * 5;
822 AlertService.processQuery(at.getAlertCursor(), mContext, currentTime, highPriority,
832 currentTime = earlierStartTime + DateUtils.MINUTE_IN_MILLIS * 10;
833 AlertService.processQuery(at.getAlertCursor(), mContext, currentTime, highPriority,
843 currentTime = earlierStartTime + DateUtils.MINUTE_IN_MILLIS * 15;
844 AlertService.processQuery(at.getAlertCursor(), mContext, currentTime, highPriority,
854 currentTime = laterStartTime + DateUtils.DAY_IN_MILLIS * 5;
855 AlertService.processQuery(at.getAlertCursor(), mContext, currentTime, highPriority,
881 long currentTime = day1 - DateUtils.DAY_IN_MILLIS * 3;
882 AlertService.processQuery(at.getAlertCursor(), mContext, currentTime, highPriority,
893 currentTime = createTimeInMillis(0, 10, 0, 1, 5, 2012, Time.getCurrentTimezone());
894 AlertService.processQuery(at.getAlertCursor(), mContext, currentTime, highPriority,
904 currentTime = createTimeInMillis(0, 15, 0, 1, 5, 2012, Time.getCurrentTimezone());
905 AlertService.processQuery(at.getAlertCursor(), mContext, currentTime, highPriority,
915 currentTime = day2 + DateUtils.DAY_IN_MILLIS * 1;
916 AlertService.processQuery(at.getAlertCursor(), mContext, currentTime, highPriority,