Searched refs:getDeferredAction (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAbstractActivityController.java1575 delete(id, target, getDeferredAction(id, target, isBatch, undoCallback), isBatch);
1582 getDeferredAction(R.id.mark_not_important, target, isBatch, undoCallback),
1589 delete(R.id.mute, target, getDeferredAction(R.id.mute, target, isBatch, undoCallback),
1593 getDeferredAction(R.id.report_spam, target, isBatch, undoCallback),
1600 getDeferredAction(R.id.mark_not_spam, target, isBatch, undoCallback),
1604 getDeferredAction(R.id.report_phishing, target, isBatch, undoCallback),
2103 delete(0, target, getDeferredAction(actionId, target, isBatch, undoCallback), isBatch);
3794 return getDeferredAction(action, mCheckedSet.values(), true, undoCallback);
3806 private DestructiveAction getDeferredAction(int action, Collection<Conversation> target, method in class:AbstractActivityController
4123 final DestructiveAction destructiveAction = getDeferredAction(actio
[all...]

Completed in 58 milliseconds