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

/packages/apps/Email/src/com/android/email/
H A DMessageListContext.java36 public class MessageListContext implements Parcelable { class in inherits:Parcelable
40 * the creation of a new {@link MessageListContext}
56 private MessageListContext(long accountId, long searchMailboxId, SearchParams searchParams) { method in class:MessageListContext
69 public static MessageListContext forIntent(Context context, Intent intent) {
98 public static MessageListContext forSearch(
103 return new MessageListContext(accountId, searchMailboxId, searchParams);
109 public static MessageListContext forMailbox(long accountId, long mailboxId) {
112 return new MessageListContext(accountId, mailboxId, null);
136 if ((o == null) || !(o instanceof MessageListContext)) {
140 MessageListContext o
157 private MessageListContext(Parcel in) { method in class:MessageListContext
[all...]

Completed in 63 milliseconds