Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/
DNotificationActionIntentService.java55 public static final String ACTION_UNDO = "com.android.mail.action.notification.UNDO"; field in NotificationActionIntentService
132 if (ACTION_UNDO.equals(action)) { in onHandleIntent()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java647 final Intent clickIntent = new Intent(NotificationActionIntentService.ACTION_UNDO); in createUndoNotification()