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

  /packages/apps/Calendar/src/com/android/calendar/
GeneralPreferences.java 19 import com.android.calendar.alerts.AlertReceiver;
217 intent.setClass(a, AlertReceiver.class);
219 intent.setAction(AlertReceiver.ACTION_DISMISS_OLD_REMINDERS);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 119 && !action.equals(AlertReceiver.ACTION_DISMISS_OLD_REMINDERS)) {
123 if (action.equals(AlertReceiver.ACTION_DISMISS_OLD_REMINDERS)) {
320 Notification notification = AlertReceiver.makeNewAlertNotification(context, eventName,
464 // make sure the wake lock acquired by AlertReceiver is released.
465 AlertReceiver.finishStartingService(AlertService.this, msg.arg1);
AlertReceiver.java 53 * -n "com.android.calendar/.alerts.AlertReceiver"
55 public class AlertReceiver extends BroadcastReceiver {
56 private static final String TAG = "AlertReceiver";
143 deleteIntent.setClass(context, AlertReceiver.class);

Completed in 17 milliseconds