HomeSort by relevance Sort by last modified time
    Searched refs:AlertService (Results 1 - 8 of 8) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/alerts/
NotificationMgr.java 19 import com.android.calendar.alerts.AlertService.NotificationWrapper;
30 cancelAllBetween(0, AlertService.MAX_NOTIFICATIONS);
SnoozeAlarmsService.java 86 AlertService.updateAlertNotification(this);
AlertReceiver.java 48 import com.android.calendar.alerts.AlertService.NotificationWrapper;
62 * the AlertService class.
103 if (AlertService.DEBUG) {
128 AlertService.updateAlertNotification(context);
147 AlertService.updateAlertNotification(context);
163 i.setClass(context, AlertService.class);
458 ArrayList<AlertService.NotificationInfo> notificationInfos, String digestTitle,
510 for (AlertService.NotificationInfo info : notificationInfos) {
583 if (AlertService.DEBUG) {
584 for (AlertService.NotificationInfo info : notificationInfos)
    [all...]
AlarmScheduler.java 76 // notifications to work on these devices, a delay ensures that AlertService won't
179 if (AlertService.DEBUG) {
303 if (AlertService.DEBUG) {
312 // only used by AlertService for logging. It is ignored by Intent.filterEquals,
AlertActivity.java 256 AlertService.updateAlertNotification(this);
GlobalDismissManager.java 379 AlertService.updateAlertNotification(context);
AlertService.java 58 public class AlertService extends Service {
60 private static final String TAG = "AlertService";
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 35 import com.android.calendar.alerts.AlertService.NotificationInfo;
36 import com.android.calendar.alerts.AlertService.NotificationWrapper;
230 MatrixCursor alertCursor = new MatrixCursor(AlertService.ALERT_PROJECTION);
398 AlertService.MAX_NOTIFICATIONS);
402 AlertService.generateAlerts(mContext, ntm, new MockAlarmManager(mContext), prefs,
403 at.getAlertCursor(), currentTime, AlertService.MAX_NOTIFICATIONS);
414 AlertService.MAX_NOTIFICATIONS);
422 AlertService.generateAlerts(mContext, ntm, alarmMgr, prefs, at.getAlertCursor(), currentTime,
423 AlertService.MAX_NOTIFICATIONS);
431 AlertService.generateAlerts(mContext, ntm, alarmMgr, prefs, at.getAlertCursor(), currentTime
    [all...]

Completed in 43 milliseconds