Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java439 final PendingIntent clearIntent = state.getClearIntent(); in processAndSend() local
440 notifBuilder.setDeleteIntent(clearIntent); in processAndSend()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java495 final Intent clearIntent = ContactSaveService.createClearPrimaryIntent(this, in onContextItemSelected() local
497 this.startService(clearIntent); in onContextItemSelected()