Searched refs:getParticipantsLoaded (Results 1 – 3 of 3) sorted by relevance
748 menu.findItem(R.id.action_people_and_options).setEnabled(data.getParticipantsLoaded()); in onCreateOptionsMenu()771 Assert.isTrue(mBinding.getData().getParticipantsLoaded()); in onOptionsItemSelected()860 !data.getParticipantsLoaded() || data.getOtherParticipant() != null; in onConversationMessagesCursorUpdated()1100 if (!conversationData.getParticipantsLoaded()) { in ensureKnownRecipients()1202 if (mBinding.getData().getParticipantsLoaded()) { in onConversationParticipantDataLoaded()
631 mConversationDataModel.getData().getParticipantsLoaded(); in isDataLoadedForMessageSend()
589 public boolean getParticipantsLoaded() { in getParticipantsLoaded() method in ConversationData614 if (!getParticipantsLoaded()) { in sendMessage()