Searched refs:ACTION_EXAMPLE (Results 1 – 2 of 2) sorted by relevance
30 public static final String ACTION_EXAMPLE = field in NotificationIntentReceiver41 if (intent.getAction().equals(ACTION_EXAMPLE)) { in onReceive()
30 Intent intent = new Intent(NotificationIntentReceiver.ACTION_EXAMPLE) in getExamplePendingIntent()