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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java2292 public int mostlyDelete(Collection<Conversation> conversations) { method in class:ConversationCursor
2293 return mostlyDelete(conversations, null);
2296 public int mostlyDelete(Collection<Conversation> conversations, UndoCallback undoCallback) { method in class:ConversationCursor

Completed in 16 milliseconds