Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/
DNotificationActionIntentService.java60 public static final String ACTION_DESTRUCT = "com.android.mail.action.notification.DESTRUCT"; field in NotificationActionIntentService
141 if (ACTION_UNDO_TIMEOUT.equals(action) || ACTION_DESTRUCT.equals(action)) { in onHandleIntent()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java659 final Intent deleteIntent = new Intent(NotificationActionIntentService.ACTION_DESTRUCT); in createUndoNotification()