HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_DESTRUCT (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/
NotificationActionIntentService.java 60 public static final String ACTION_DESTRUCT = "com.android.mail.action.notification.DESTRUCT";
141 if (ACTION_UNDO_TIMEOUT.equals(action) || ACTION_DESTRUCT.equals(action)) {
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java 659 final Intent deleteIntent = new Intent(NotificationActionIntentService.ACTION_DESTRUCT);
    [all...]

Completed in 207 milliseconds