Searched refs:NotificationIntentReceiver (Results 1 – 3 of 3) sorted by relevance
30 Intent intent = new Intent(NotificationIntentReceiver.ACTION_EXAMPLE) in getExamplePendingIntent()31 .setClass(context, NotificationIntentReceiver.class); in getExamplePendingIntent()
193 sendBroadcast(new Intent(NotificationIntentReceiver.ACTION_DISABLE_MESSAGES) in updateNotifications()194 .setClass(this, NotificationIntentReceiver.class)); in updateNotifications()215 sendBroadcast(new Intent(NotificationIntentReceiver.ACTION_ENABLE_MESSAGES) in postNotifications()216 .setClass(this, NotificationIntentReceiver.class)); in postNotifications()
29 public class NotificationIntentReceiver extends BroadcastReceiver { class