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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DSelectedConversationsActionMenu.java131 } else if (itemId == R.id.archive) {
133 performDestructiveAction(R.id.archive);
256 } else if (settings != null && (action == R.id.archive || action == R.id.delete)) {
284 * @param actionId the ID of the action: R.id.archive, R.id.delete, ...
392 // 2) archive
393 // 3) If we show neither archive or remove folder, then show a disabled
394 // archive icon if the setting for that is true.
414 final MenuItem archive = menu.findItem(R.id.archive);
419 if (archive
[all...]
H A DConversationCursor.java1775 // Create an update operation that represents archive
1786 // Create an update operation that represents archive
2130 * As above, for archive
2132 public int archive(Collection<Conversation> conversations) { method in class:ConversationCursor
2172 * As above, for mostly archive
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DToastBarOperation.java133 } else if (mAction == R.id.archive) {
162 } else if (mAction == R.id.archive) {
H A DOnePaneController.java258 if (action == R.id.archive
H A DMailActionBarView.java472 if (itemId == R.id.archive || itemId == R.id.remove_folder) {
487 if (itemId == R.id.archive || itemId == R.id.remove_folder) {
489 * If this is disabled, and we want to show both archive and delete, we will
490 * hide archive (rather than showing it disabled), and take up one of our
491 * spaces. If we only want to show archive, we'll hide it, but not take up
503 * 1. The user wants to display archive, or delete is not visible
514 * 1. The user wants to display delete, or archive is not visible
815 Utils.setMenuItemVisibility(menu, R.id.archive, archiveVisible);
H A DSwipeableListView.java262 } else if (mSwipeAction == R.id.archive) {
H A DConversationListFragment.java856 action = R.id.archive;
866 * If we get here, we don't support archive, on either the account or the
H A DAbstractActivityController.java1377 if (id == R.id.archive) {
1918 * @param actionId the ID of the menu item that caused the delete: R.id.delete, R.id.archive...
1982 * @param action the action to be performed, specified as a menu id: R.id.archive, ...
2275 // confirm dialog fragment (delete/archive/...), then do it here.
2763 * @param action action is one of four constants: R.id.y_button (archive),
2799 if (mAction == R.id.archive) {
2801 mConversationListCursor.archive(mTarget);
/packages/apps/UnifiedEmail/src/com/android/mail/analytics/
H A DAnalyticsUtils.java40 if (id == R.id.archive) {
41 s = "archive";
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
H A DMailPrefs.java111 public static final String ARCHIVE = "archive";
117 public static final String ARCHIVE = "archive";
119 public static final String ARCHIVE_AND_DELETE = "archive-and-delete";
243 final boolean archive = !RemovalActions.DELETE.equals(getRemovalAction(allowArchive));
246 return archive ? UIProvider.Swipe.ARCHIVE : UIProvider.Swipe.DELETE;

Completed in 136 milliseconds