Searched refs:ACTION_DESTRUCT (Results 1 – 2 of 2) sorted by relevance
60 public static final String ACTION_DESTRUCT = "com.android.mail.action.notification.DESTRUCT"; field in NotificationActionIntentService141 if (ACTION_UNDO_TIMEOUT.equals(action) || ACTION_DESTRUCT.equals(action)) { in onHandleIntent()
659 final Intent deleteIntent = new Intent(NotificationActionIntentService.ACTION_DESTRUCT); in createUndoNotification()