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

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DConversation.java43 public class Conversation implements Parcelable { class in inherits:Parcelable
152 // Used within the UI to indicate that a Conversation should be removed from
154 // Conversation is no longer in the ConversationList for the current folder,
169 public static final Collection<Conversation> EMPTY = Collections.emptyList();
203 private Conversation(Parcel in, ClassLoader loader) { method in class:Conversation
244 public static final ClassLoaderCreator<Conversation> CREATOR =
245 new ClassLoaderCreator<Conversation>() {
248 public Conversation createFromParcel(Parcel source) {
249 return new Conversation(source, null);
253 public Conversation createFromParce
269 public Conversation(Cursor cursor) { method in class:Conversation
314 public Conversation(Conversation other) { method in class:Conversation
348 private Conversation(long id, Uri uri, String subject, long dateMs, method in class:Conversation
[all...]

Completed in 80 milliseconds