Searched refs:attachmentPreviewUri1 (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DConversation.java77 * Union of attachmentPreviewUri0 and attachmentPreviewUri1
87 public String attachmentPreviewUri1; field in class:Conversation
240 dest.writeString(attachmentPreviewUri1);
276 attachmentPreviewUri1 = in.readString();
365 attachmentPreviewUri1 = cursor.getString(
411 attachmentPreviewUri1 = other.attachmentPreviewUri1;
425 String attachmentPreviewUri0, String attachmentPreviewUri1, int attachmentPreviewStates,
457 conversation.attachmentPreviewUri1 = attachmentPreviewUri1;
419 create(long id, Uri uri, String subject, long dateMs, String snippet, boolean hasAttachment, Uri messageListUri, String senders, int numMessages, int numDrafts, int sendingState, int priority, boolean read, boolean seen, boolean starred, FolderList rawFolders, int convFlags, int personalLevel, boolean spam, boolean phishing, boolean muted, Uri accountUri, ConversationInfo conversationInfo, Uri conversationBase, boolean isRemote, String attachmentPreviewUri0, String attachmentPreviewUri1, int attachmentPreviewStates, int attachmentPreviewsCount) argument
[all...]

Completed in 231 milliseconds