Home | History | Annotate | Download | only in alerts

Lines Matching defs:AlertReceiver

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);
785 broadcastIntent.setClass(context, AlertReceiver.class);
835 broadcastIntent.setClass(context, AlertReceiver.class);