Home
last modified time | relevance | path

Searched refs:ACTION_DISABLE_MESSAGES (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DNotificationIntentReceiver.java34 public static final String ACTION_DISABLE_MESSAGES = field in NotificationIntentReceiver
56 } else if (intent.getAction().equals(ACTION_DISABLE_MESSAGES)) { in onReceive()
DMainActivity.java193 sendBroadcast(new Intent(NotificationIntentReceiver.ACTION_DISABLE_MESSAGES) in updateNotifications()