Searched refs:ACTION_UNDO (Results 1 – 2 of 2) sorted by relevance
55 public static final String ACTION_UNDO = "com.android.mail.action.notification.UNDO"; field in NotificationActionIntentService132 if (ACTION_UNDO.equals(action)) { in onHandleIntent()
647 final Intent clickIntent = new Intent(NotificationActionIntentService.ACTION_UNDO); in createUndoNotification()