Lines Matching defs:isBatch

1542         final boolean isBatch = false;
1563 getDeferredRemoveFolder(target, mFolder, true, isBatch, true, undoCallback),
1564 isBatch);
1575 delete(id, target, getDeferredAction(id, target, isBatch, undoCallback), isBatch);
1582 getDeferredAction(R.id.mark_not_important, target, isBatch, undoCallback),
1583 isBatch);
1589 delete(R.id.mute, target, getDeferredAction(R.id.mute, target, isBatch, undoCallback),
1590 isBatch);
1593 getDeferredAction(R.id.report_spam, target, isBatch, undoCallback),
1594 isBatch);
1600 getDeferredAction(R.id.mark_not_spam, target, isBatch, undoCallback),
1601 isBatch);
1604 getDeferredAction(R.id.report_phishing, target, isBatch, undoCallback),
1605 isBatch);
1608 target, isBatch, mFolder, id == R.id.move_to);
2095 final boolean isBatch = false;
2097 makeDialogListener(actionId, isBatch, undoCallback);
2103 delete(0, target, getDeferredAction(actionId, target, isBatch, undoCallback), isBatch);
2109 final DestructiveAction action, final boolean isBatch) {
2120 delete(actionId, target, action, isBatch);
2128 if (!isBatch) {
2963 * @param isBatch whether the conversations are in the currently selected batch set.
2965 public ConversationAction(int action, Collection<Conversation> target, boolean isBatch) {
2968 mIsSelectedSet = isBatch;
3837 final Collection<FolderOperation> folders, boolean isDestructive, boolean isBatch,
3842 mIsSelectedSet = isBatch;
3911 Collection<FolderOperation> folders, boolean isDestructive, boolean isBatch,
3915 isBatch, showUndo, isMoveTo, actionFolder, undoCallback);
3921 Collection<FolderOperation> folders, boolean isDestructive, boolean isBatch,
3924 final DestructiveAction fd = new FolderDestruction(target, folders, isDestructive, isBatch,
3932 Folder toRemove, boolean isDestructive, boolean isBatch,
3936 final DestructiveAction da = new FolderDestruction(target, folderOps, isDestructive, isBatch,
4114 public void makeDialogListener (final int action, final boolean isBatch,
4117 if (isBatch) {
4123 final DestructiveAction destructiveAction = getDeferredAction(action, target, isBatch,
4126 mDialogFromSelectedSet = isBatch;
4130 delete(action, target, destructiveAction, isBatch);