Home
last modified time | relevance | path

Searched refs:getDisplayDestination (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DSettingsData.java92 final String displayDetail = TextUtils.isEmpty(self.getDisplayDestination()) ? in fromSelfParticipant()
94 self.getDisplayDestination(); in fromSelfParticipant()
DSubscriptionListData.java80 selfParticipantData.getDisplayDestination()); in fromSelfParticipantData()
DPeopleOptionsItemData.java115 mTitle = mContext.getString(resourceId, otherParticipant.getDisplayDestination()); in bind()
DParticipantData.java337 public String getDisplayDestination() { in getDisplayDestination() method in ParticipantData
/packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
DPeopleAndOptionsFragment.java163 item.getOtherParticipant().getDisplayDestination())) in onOptionsItemViewClicked()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DParticipantRefresh.java605 participantData.getDisplayDestination()); in updateParticipant()