HomeSort by relevance Sort by last modified time
    Searched refs:sendingState (Results 1 - 3 of 3) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Conversation.java 116 public int sendingState;
223 dest.writeInt(sendingState);
256 sendingState = in.readInt();
334 sendingState = cursor.getInt(UIProvider.CONVERSATION_SENDING_STATE_COLUMN);
385 sendingState = other.sendingState;
421 int numMessages, int numDrafts, int sendingState, int priority, boolean read,
439 conversation.sendingState = sendingState;
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewModel.java 220 int sendingState) {
225 sendingState);
246 conversation.read, conversation.priority, conversation.sendingState);
256 conversation.read, conversation.priority, conversation.sendingState);
SendersView.java 143 int sendingStatus = conv.sendingState;

Completed in 633 milliseconds