Home
last modified time | relevance | path

Searched refs:NotificationActionUtils (Results 1 – 8 of 8) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/
DNotificationActionIntentService.java31 import com.android.mail.utils.NotificationActionUtils;
32 import com.android.mail.utils.NotificationActionUtils.NotificationAction;
126 NotificationActionUtils.processDestructiveAction(this, notificationAction); in onHandleIntent()
127 NotificationActionUtils.resendNotifications(context, notificationAction.getAccount(), in onHandleIntent()
133 NotificationActionUtils.cancelUndoTimeout(context, notificationAction); in onHandleIntent()
134 NotificationActionUtils.cancelUndoNotification(context, notificationAction); in onHandleIntent()
137 NotificationActionUtils.createUndoNotification(context, notificationAction); in onHandleIntent()
139 NotificationActionUtils.registerUndoTimeout(context, notificationAction); in onHandleIntent()
143 NotificationActionUtils.cancelUndoTimeout(this, notificationAction); in onHandleIntent()
144 NotificationActionUtils.processUndoNotification(this, notificationAction); in onHandleIntent()
[all …]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java65 import com.android.mail.utils.NotificationActionUtils.NotificationAction;
399 NotificationActionUtils.sUndoNotifications.get(notificationId); in resendNotifications()
405 NotificationActionUtils.createUndoNotification(context, undoableAction); in resendNotifications()
463 NotificationActionUtils.sUndoNotifications.remove(notificationId); in validateAccountNotifications()
464 NotificationActionUtils.sNotificationTimestamps.delete(notificationId); in validateAccountNotifications()
537 if (NotificationActionUtils.sUndoNotifications.get(notificationId) == null) { in setNewEmailIndicator()
647 NotificationActionUtils.sNotificationTimestamps.get(notificationId); in validateNotifications()
657 NotificationActionUtils.sNotificationTimestamps.delete(notificationId); in validateNotifications()
1299 NotificationActionUtils.addNotificationActions(context, notificationIntent, in configureNotifForOneConversation()
DNotificationActionUtils.java55 public class NotificationActionUtils { class
/packages/apps/Email/provider_src/com/android/email/service/
DEmailBroadcastProcessorService.java49 import com.android.mail.utils.NotificationActionUtils;
372 NotificationActionUtils.resendNotifications(getApplicationContext(), in onSystemAccountChanged()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationCursor.java51 import com.android.mail.utils.NotificationActionUtils;
52 import com.android.mail.utils.NotificationActionUtils.NotificationAction;
53 import com.android.mail.utils.NotificationActionUtils.NotificationActionType;
2413 NotificationActionUtils.sUndoNotifications; in handleNotificationActions()
2415 NotificationActionUtils.sUndoneConversations; in handleNotificationActions()
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
DFolderPreferences.java29 import com.android.mail.utils.NotificationActionUtils.NotificationActionType;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAbstractActivityController.java103 import com.android.mail.utils.NotificationActionUtils;
1430 NotificationActionUtils.registerUndoNotificationObserver(mUndoNotificationObserver); in onStart()
2260 NotificationActionUtils.unregisterUndoNotificationObserver(mUndoNotificationObserver);
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java115 import com.android.mail.utils.NotificationActionUtils;
631 NotificationActionUtils.WEAR_REPLY_INPUT); in finishCreate()
644 wearReply = extras.getString(NotificationActionUtils.WEAR_REPLY_INPUT); in finishCreate()