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

  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 66 * -n "com.android.calendar/.alerts.AlertReceiver"
68 public class AlertReceiver extends BroadcastReceiver {
69 private static final String TAG = "AlertReceiver";
95 HandlerThread thr = new HandlerThread("AlertReceiver async");
626 * Creates a broadcast pending intent that fires to AlertReceiver when the email button
652 broadcastIntent.setClass(context, AlertReceiver.class);
    [all...]
AlertService.java 205 action.equals(AlertReceiver.EVENT_REMINDER_APP_ACTION) ||
241 } else if (action.equals(AlertReceiver.ACTION_DISMISS_OLD_REMINDERS)) {
380 notification = AlertReceiver.makeBasicNotification(context, info.eventName,
386 notification = AlertReceiver.makeDigestNotification(context,
    [all...]

Completed in 55 milliseconds