Searched refs:NotificationActionUtils (Results 1 – 8 of 8) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/ |
D | NotificationActionIntentService.java | 31 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/ |
D | NotificationUtils.java | 65 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()
|
D | NotificationActionUtils.java | 55 public class NotificationActionUtils { class
|
/packages/apps/Email/provider_src/com/android/email/service/ |
D | EmailBroadcastProcessorService.java | 49 import com.android.mail.utils.NotificationActionUtils; 372 NotificationActionUtils.resendNotifications(getApplicationContext(), in onSystemAccountChanged()
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | ConversationCursor.java | 51 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/ |
D | FolderPreferences.java | 29 import com.android.mail.utils.NotificationActionUtils.NotificationActionType;
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | AbstractActivityController.java | 103 import com.android.mail.utils.NotificationActionUtils; 1430 NotificationActionUtils.registerUndoNotificationObserver(mUndoNotificationObserver); in onStart() 2260 NotificationActionUtils.unregisterUndoNotificationObserver(mUndoNotificationObserver);
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
D | ComposeActivity.java | 115 import com.android.mail.utils.NotificationActionUtils; 631 NotificationActionUtils.WEAR_REPLY_INPUT); in finishCreate() 644 wearReply = extras.getString(NotificationActionUtils.WEAR_REPLY_INPUT); in finishCreate()
|