Searched refs:ACTION_DISABLE_MESSAGES (Results 1 – 2 of 2) sorted by relevance
34 public static final String ACTION_DISABLE_MESSAGES = field in NotificationIntentReceiver56 } else if (intent.getAction().equals(ACTION_DISABLE_MESSAGES)) { in onReceive()
193 sendBroadcast(new Intent(NotificationIntentReceiver.ACTION_DISABLE_MESSAGES) in updateNotifications()