Home
last modified time | relevance | path

Searched refs:otherParticipantNormalizedDestination (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DAbstractConversationListActivity.java218 this, avatarUri, conversation.otherParticipantNormalizedDestination); in onActionBarAddContact()
228 conversation.otherParticipantNormalizedDestination)) in onActionBarBlock()
247 conversation.otherParticipantNormalizedDestination, false, in onActionBarBlock()
256 conversation.otherParticipantNormalizedDestination, true, in onActionBarBlock()
DMultiSelectActionModeCallback.java51 public final String otherParticipantNormalizedDestination; field in MultiSelectActionModeCallback.SelectedConversation
60 otherParticipantNormalizedDestination = data.getOtherParticipantNormalizedDestination(); in SelectedConversation()
179 final String otherParticipant = conversation.otherParticipantNormalizedDestination; in updateActionIconsVisiblity()