Searched refs:mConversationContactUiState (Results 1 – 1 of 1) sorted by relevance
60 private int mConversationContactUiState; field in ConversationActivityUiState87 mConversationContactUiState = conversationId == null ? in ConversationActivityUiState()96 return mConversationContactUiState == STATE_HYBRID_WITH_CONVERSATION_AND_CHIPS_VIEW || in shouldShowConversationFragment()97 mConversationContactUiState == STATE_CONVERSATION_ONLY; in shouldShowConversationFragment()101 return mConversationContactUiState == STATE_CONTACT_PICKER_ONLY_ADD_MORE_CONTACTS || in shouldShowContactPickerFragment()102 mConversationContactUiState == STATE_CONTACT_PICKER_ONLY_MAX_PARTICIPANTS || in shouldShowContactPickerFragment()103 mConversationContactUiState == STATE_CONTACT_PICKER_ONLY_INITIAL_CONTACT || in shouldShowContactPickerFragment()104 mConversationContactUiState == STATE_HYBRID_WITH_CONVERSATION_AND_CHIPS_VIEW; in shouldShowContactPickerFragment()126 switch (mConversationContactUiState) { in getDesiredContactPickingMode()150 if (mConversationContactUiState == STATE_CONTACT_PICKER_ONLY_INITIAL_CONTACT) { in onGetOrCreateConversation()[all …]