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

  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ConversationParticipantsData.java 79 public ParticipantData getOtherParticipant() {
PeopleOptionsItemData.java 152 public ParticipantData getOtherParticipant() {
PeopleAndOptionsData.java 202 final ParticipantData participantData = mParticipantData.getOtherParticipant();
ConversationData.java 582 public ParticipantData getOtherParticipant() {
583 return mParticipantData.getOtherParticipant();
700 final ParticipantData participant = this.getOtherParticipant();
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
PeopleAndOptionsFragment.java 155 if (item.getOtherParticipant().isBlocked()) {
163 item.getOtherParticipant().getDisplayDestination()))
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFragment.java     [all...]

Completed in 121 milliseconds