Home
last modified time | relevance | path

Searched refs:otherParticipant (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DPeopleOptionsItemData.java73 final Cursor cursor, final ParticipantData otherParticipant, final int settingType) { in bind() argument
79 mOtherParticipant = otherParticipant; in bind()
112 Assert.notNull(otherParticipant); in bind()
113 final int resourceId = otherParticipant.isBlocked() ? in bind()
115 mTitle = mContext.getString(resourceId, otherParticipant.getDisplayDestination()); in bind()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DMultiSelectActionModeCallback.java179 final String otherParticipant = conversation.otherParticipantNormalizedDestination; in updateActionIconsVisiblity() local
180 mBlockMenuItem.setVisible(otherParticipant != null in updateActionIconsVisiblity()
181 && !mBlockedSet.contains(otherParticipant)); in updateActionIconsVisiblity()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
DPeopleOptionsItemView.java68 public void bind(final Cursor cursor, final int columnIndex, ParticipantData otherParticipant, in bind() argument
71 mData.bind(cursor, otherParticipant, columnIndex); in bind()
DPeopleAndOptionsFragment.java128 final ParticipantData otherParticipant = participants.size() == 1 ? in onParticipantsListLoaded() local
130 mOptionsListAdapter.setOtherParticipant(otherParticipant); in onParticipantsListLoaded()