Searched refs:sendingState (Results 1 – 7 of 7) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
D | Conversation.java | 77 public final int sendingState; field in Conversation 184 dest.writeInt(sendingState); in writeToParcel() 210 sendingState = in.readInt(); in Conversation() 286 sendingState = cursor.getInt(UIProvider.CONVERSATION_SENDING_STATE_COLUMN); in Conversation() 325 sendingState = other.sendingState; in Conversation() 350 int sendingState, int priority, boolean read, in Conversation() argument 364 this.sendingState = sendingState; in Conversation() 438 public Builder setSendingState(int sendingState) { in setSendingState() argument 439 mSendingState = sendingState; in setSendingState()
|
D | Message.java | 209 public int sendingState; field in Message 253 this.sendingState == o.sendingState && in isEqual() 298 dest.writeInt(sendingState); in writeToParcel() 334 sendingState = in.readInt(); in Message() 414 sendingState = cursor.getInt(UIProvider.MESSAGE_SENDING_STATE_COLUMN); in Message() 450 sendingState = UIProvider.ConversationSendingState.OTHER; in Message()
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | ConversationItemViewModel.java | 196 int sendingState) { in getHashCode() argument 201 sendingState); in getHashCode() 217 conversation.read, conversation.priority, conversation.sendingState); in validate() 227 conversation.read, conversation.priority, conversation.sendingState); in isDataValid()
|
D | MessageCursor.java | 184 m.sendingState, m.read, m.starred, attUris)); in getDebugDump()
|
D | SendersView.java | 150 final int sendingStatus = conv.sendingState; in createMessageInfo()
|
D | MessageHeaderView.java | 434 mSendingState = mMessage.sendingState; in render()
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | ConversationViewFragment.java | 1666 pos, newMsg.id, newMsg.sendingState); in processInPlaceUpdates()
|