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

/packages/apps/UnifiedEmail/src/com/android/mail/
H A DConversationListContext.java31 * This class is supposed to have the same thing that the Gmail ConversationListContext
40 public class ConversationListContext { class
67 public static ConversationListContext forBundle(Bundle bundle) {
72 return new ConversationListContext(account, bundle.getString(EXTRA_SEARCH_QUERY), folder);
81 public static ConversationListContext forFolder(Account account, Folder folder) {
82 return new ConversationListContext(account, null, folder);
88 public static ConversationListContext forSearchQuery(Account account, Folder folder,
90 return new ConversationListContext(account, Preconditions.checkNotNull(query), folder);
101 private ConversationListContext(Account a, String query, Folder f) { method in class:ConversationListContext
112 public static final boolean isSearchResult(ConversationListContext i
[all...]

Completed in 41 milliseconds