HomeSort by relevance Sort by last modified time
    Searched defs:conversations (Results 1 - 4 of 4) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationSelectionSet.java 39 * A simple thread-safe wrapper over a set of conversations representing a
83 Parcelable[] conversations = source.readParcelableArray(loader); local
84 for (Parcelable parceled : conversations) {
234 * Returns the number of conversations that are currently selected
235 * @return the number of selected conversations.
274 * Puts all conversations given in the input argument into the selection set. If there are
275 * any listeners they are notified once after adding <em>all</em> conversations to the selection
310 * Iterates through a cursor of conversations and ensures that the current set is present
311 * within the result set denoted by the cursor. Any conversations not foun in the result set
325 // First ask the ConversationCursor for the list of conversations that have been delete
    [all...]
AbstractActivityController.java 269 * Selected conversations, if any.
275 /** Keeps track of selected and unselected conversations */
366 * we start a loader which returns conversations that match the user-provided query.
385 // Loader constants: Conversations
3202 final Collection<Conversation> conversations = mSelectedSet.values(); local
3226 final Collection<Conversation> conversations = mSelectedSet.values(); local
3256 final Collection<Conversation> conversations = mSelectedSet.values(); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
MockUiProvider.java 90 final ArrayList<Map<String, Object>> conversations = new ArrayList<Map<String, Object>>(); local
93 conversations.add(createConversationDetailsMap(accountId, name.hashCode(),
97 conversations); local
102 resultMap.put(conversations.get(0).get(ConversationColumns.MESSAGE_LIST_URI).toString(),
112 resultMap.put(conversations.get(1).get(ConversationColumns.MESSAGE_LIST_URI).toString(),
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SelectedConversationsActionMenu.java 62 * ContextMode} specific to operating on a set of conversations.
70 * The set of conversations to display the menu for.
249 final Collection<Conversation> conversations = mSelectionSet.values(); local
271 final CharSequence message = Utils.formatPlural(mContext, resId, conversations.size());
278 destroy(action, conversations, mUpdater.getDeferredBatchAction(action));
283 * Destroy these conversations through the conversation updater
285 * @param target conversations to destroy
295 * Marks the read state of currently selected conversations (<b>and</b> the backing storage)
297 * @param read is true if the conversations are to be marked as read, false if they are to be
302 // The conversations are marked read but not viewed
354 final Collection<Conversation> conversations = mSelectionSet.values(); local
    [all...]

Completed in 156 milliseconds