Searched defs:isBatch (Results 1 - 5 of 5) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DFolderSelectionDialog.java55 final Collection<Conversation> target, final boolean isBatch,
71 args.putBoolean(ARG_BATCH_TAG, isBatch);
54 getInstance(final Account account, final Collection<Conversation> target, final boolean isBatch, final Folder currentFolder, final boolean isMoveTo) argument
H A DConversationUpdater.java85 * @param isBatch true if this is a batch action, false otherwise.
89 boolean isBatch);
151 * @param isBatch
157 Folder toRemove, boolean isDestructive, boolean isBatch,
87 delete( int actionId, final Collection<Conversation> target, final DestructiveAction action, boolean isBatch) argument
156 getDeferredRemoveFolder(Collection<Conversation> target, Folder toRemove, boolean isDestructive, boolean isBatch, boolean showUndo, UndoCallback undoCallback) argument
H A DAbstractActivityController.java1542 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, undoCallbac
2108 delete(final int actionId, final Collection<Conversation> target, final DestructiveAction action, final boolean isBatch) argument
2965 ConversationAction(int action, Collection<Conversation> target, boolean isBatch) argument
3836 FolderDestruction(final Collection<Conversation> target, final Collection<FolderOperation> folders, boolean isDestructive, boolean isBatch, boolean showUndo, int action, final Folder actionFolder) argument
3910 getFolderChange(Collection<Conversation> target, Collection<FolderOperation> folders, boolean isDestructive, boolean isBatch, boolean showUndo, final boolean isMoveTo, final Folder actionFolder, UndoCallback undoCallback) argument
3920 getDeferredFolderChange(Collection<Conversation> target, Collection<FolderOperation> folders, boolean isDestructive, boolean isBatch, boolean showUndo, final boolean isMoveTo, final Folder actionFolder, UndoCallback undoCallback) argument
3931 getDeferredRemoveFolder(Collection<Conversation> target, Folder toRemove, boolean isDestructive, boolean isBatch, boolean showUndo, UndoCallback undoCallback) argument
4114 makeDialogListener(final int action, final boolean isBatch, UndoCallback undoCallback) argument
[all...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsTransaction.java78 public boolean isBatch() { method in class:ContactsTransaction
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java3102 result += deleteEventInternal(id, callerIsSyncAdapter, true /* isBatch */);
3115 return deleteEventInternal(id, callerIsSyncAdapter, false /* isBatch */);
3125 return deleteEventInternal(excepId, callerIsSyncAdapter, false /* isBatch */);
3217 private int deleteEventInternal(long id, boolean callerIsSyncAdapter, boolean isBatch) { argument
3301 if (!isBatch) {
3915 deleteEventInternal(id, callerIsSyncAdapter, true /* isBatch */);

Completed in 128 milliseconds