Home
last modified time | relevance | path

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

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DNotificationIntentReceiver.java32 public static final String ACTION_ENABLE_MESSAGES = field in NotificationIntentReceiver
54 } else if (intent.getAction().equals(ACTION_ENABLE_MESSAGES)) { in onReceive()
DMainActivity.java215 sendBroadcast(new Intent(NotificationIntentReceiver.ACTION_ENABLE_MESSAGES) in postNotifications()