HomeSort by relevance Sort by last modified time
    Searched defs:otherParticipant (Results 1 - 2 of 2) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
MultiSelectActionModeCallback.java 179 final String otherParticipant = conversation.otherParticipantNormalizedDestination;
180 mBlockMenuItem.setVisible(otherParticipant != null
181 && !mBlockedSet.contains(otherParticipant));
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
PeopleAndOptionsFragment.java 128 final ParticipantData otherParticipant = participants.size() == 1 ?
130 mOptionsListAdapter.setOtherParticipant(otherParticipant);

Completed in 2238 milliseconds