Home
last modified time | relevance | path

Searched refs:getOtherParticipant (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
DPeopleAndOptionsFragment.java155 if (item.getOtherParticipant().isBlocked()) { in onOptionsItemViewClicked()
163 item.getOtherParticipant().getDisplayDestination())) in onOptionsItemViewClicked()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DConversationData.java582 public ParticipantData getOtherParticipant() { in getOtherParticipant() method in ConversationData
583 return mParticipantData.getOtherParticipant(); in getOtherParticipant()
700 final ParticipantData participant = this.getOtherParticipant(); in getParticipantPhoneNumber()
DConversationParticipantsData.java79 public ParticipantData getOtherParticipant() { in getOtherParticipant() method in ConversationParticipantsData
DPeopleOptionsItemData.java152 public ParticipantData getOtherParticipant() { in getOtherParticipant() method in PeopleOptionsItemData
DPeopleAndOptionsData.java202 final ParticipantData participantData = mParticipantData.getOtherParticipant(); in setDestinationBlocked()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFragment.java751 final ParticipantData participant = data.getOtherParticipant(); in onCreateOptionsMenu()
814 final ParticipantData participant = mBinding.getData().getOtherParticipant(); in onOptionsItemSelected()
860 !data.getParticipantsLoaded() || data.getOtherParticipant() != null; in onConversationMessagesCursorUpdated()
1203 final boolean oneOnOne = mBinding.getData().getOtherParticipant() != null; in onConversationParticipantDataLoaded()