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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemViewModel.java196 int sendingState) {
201 sendingState);
217 conversation.read, conversation.priority, conversation.sendingState);
227 conversation.read, conversation.priority, conversation.sendingState);
194 getHashCode(CharSequence dateText, Object convInfo, List<Folder> rawFolders, boolean starred, boolean read, int priority, int sendingState) argument
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DMessage.java209 public int sendingState; field in class:Message
253 this.sendingState == o.sendingState &&
298 dest.writeInt(sendingState);
334 sendingState = in.readInt();
414 sendingState = cursor.getInt(UIProvider.MESSAGE_SENDING_STATE_COLUMN);
450 sendingState = UIProvider.ConversationSendingState.OTHER;
H A DConversation.java77 public final int sendingState; field in class:Conversation
184 dest.writeInt(sendingState);
210 sendingState = in.readInt();
286 sendingState = cursor.getInt(UIProvider.CONVERSATION_SENDING_STATE_COLUMN);
325 sendingState = other.sendingState;
350 int sendingState, int priority, boolean read,
364 this.sendingState = sendingState;
438 public Builder setSendingState(int sendingState) { argument
348 Conversation(long id, Uri uri, String subject, long dateMs, boolean hasAttachment, Uri messageListUri, 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 permalink, long orderKey) argument
[all...]

Completed in 78 milliseconds