Searched refs:ACTION_ENABLE_MESSAGES (Results 1 – 2 of 2) sorted by relevance
32 public static final String ACTION_ENABLE_MESSAGES = field in NotificationIntentReceiver54 } else if (intent.getAction().equals(ACTION_ENABLE_MESSAGES)) { in onReceive()
215 sendBroadcast(new Intent(NotificationIntentReceiver.ACTION_ENABLE_MESSAGES) in postNotifications()