Home
last modified time | relevance | path

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

/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
DListener.java52 static final String ACTION_DISMISS = "com.android.example.notificationlistener.DISMISS"; field in Listener
209 intentFilter.addAction(ACTION_DISMISS); in onCreate()
DNotificationListenerActivity.java126 sendBroadcast(new Intent(Listener.ACTION_DISMISS) in dismiss()