Home
last modified time | relevance | path

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

/development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
DActiveNotificationsActivity.java30 protected static final String ACTION_NOTIFICATION_DELETE field in ActiveNotificationsActivity
58 registerReceiver(mDeleteReceiver, new IntentFilter(ACTION_NOTIFICATION_DELETE)); in onResume()
DActiveNotificationsFragment.java97 Intent deleteIntent = new Intent(ActiveNotificationsActivity.ACTION_NOTIFICATION_DELETE); in onViewCreated()