Home
last modified time | relevance | path

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

/development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
DActiveNotificationsFragment.java60 private PendingIntent mDeletePendingIntent; field in ActiveNotificationsFragment
98 mDeletePendingIntent = PendingIntent.getBroadcast(getActivity(), in onViewCreated()
116 .setDeleteIntent(mDeletePendingIntent) in addNotificationAndUpdateSummaries()