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

  /packages/apps/UnifiedEmail/src/com/android/mail/
NotificationActionIntentService.java 37 public class NotificationActionIntentService extends IntentService {
67 public NotificationActionIntentService() {
68 super("NotificationActionIntentService");
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java 37 import com.android.mail.NotificationActionIntentService;
390 NotificationActionIntentService.ACTION_ARCHIVE_REMOVE_LABEL;
400 final String intentAction = NotificationActionIntentService.ACTION_DELETE;
450 ? NotificationActionIntentService.ACTION_ARCHIVE_REMOVE_LABEL
451 : NotificationActionIntentService.ACTION_DELETE;
647 final Intent clickIntent = new Intent(NotificationActionIntentService.ACTION_UNDO);
659 final Intent deleteIntent = new Intent(NotificationActionIntentService.ACTION_DESTRUCT);
722 final Intent intent = new Intent(NotificationActionIntentService.ACTION_UNDO_TIMEOUT);
    [all...]

Completed in 1083 milliseconds