Searched refs:shouldShowConversationFragment (Results 1 – 3 of 3) sorted by relevance
41 assertFalse(uiState.shouldShowConversationFragment()); in testPickInitialContact()51 assertTrue(uiState.shouldShowConversationFragment()); in testPickInitialContact()75 assertTrue(uiState.shouldShowConversationFragment()); in testHybridUiStateStartCompose()96 assertFalse(uiState.shouldShowConversationFragment()); in testHybridUiStateAddParticipant()119 assertTrue(uiState.shouldShowConversationFragment()); in testCommitAddParticipant()
185 } else if (conversation != null && mUiState.shouldShowConversationFragment()) { in updateActionBar()300 final boolean needConversationFragment = mUiState.shouldShowConversationFragment(); in updateUiState()
95 public boolean shouldShowConversationFragment() { in shouldShowConversationFragment() method in ConversationActivityUiState