Home | History | Annotate | Download | only in alerts

Lines Matching defs:AlertUtils

51         long eventId = intent.getLongExtra(AlertUtils.EVENT_ID_KEY, -1);
52 long eventStart = intent.getLongExtra(AlertUtils.EVENT_START_KEY, -1);
53 long eventEnd = intent.getLongExtra(AlertUtils.EVENT_END_KEY, -1);
57 int notificationId = intent.getIntExtra(AlertUtils.NOTIFICATION_ID_KEY,
58 AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID);
64 if (notificationId != AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID) {
79 long alarmTime = System.currentTimeMillis() + AlertUtils.SNOOZE_DELAY;
80 ContentValues values = AlertUtils.makeContentValues(eventId, eventStart, eventEnd,
83 AlertUtils.scheduleAlarm(SnoozeAlarmsService.this, AlertUtils.createAlarmManager(this),