Searched refs:otherParticipant (Results 1 – 4 of 4) sorted by relevance
73 final Cursor cursor, final ParticipantData otherParticipant, final int settingType) { in bind() argument79 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()
179 final String otherParticipant = conversation.otherParticipantNormalizedDestination; in updateActionIconsVisiblity() local180 mBlockMenuItem.setVisible(otherParticipant != null in updateActionIconsVisiblity()181 && !mBlockedSet.contains(otherParticipant)); in updateActionIconsVisiblity()
68 public void bind(final Cursor cursor, final int columnIndex, ParticipantData otherParticipant, in bind() argument71 mData.bind(cursor, otherParticipant, columnIndex); in bind()
128 final ParticipantData otherParticipant = participants.size() == 1 ? in onParticipantsListLoaded() local130 mOptionsListAdapter.setOtherParticipant(otherParticipant); in onParticipantsListLoaded()