Home
last modified time | relevance | path

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

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DNotificationIntentReceiver.java30 public static final String ACTION_EXAMPLE = field in NotificationIntentReceiver
41 if (intent.getAction().equals(ACTION_EXAMPLE)) { in onReceive()
DNotificationUtil.java30 Intent intent = new Intent(NotificationIntentReceiver.ACTION_EXAMPLE) in getExamplePendingIntent()