Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DContactListItemData.java124 public String getDestinationLabel() { in getDestinationLabel() method in ContactListItemData
125 return mRecipientEntry.getDestinationLabel(); in getDestinationLabel()
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactListItemView.java120 mData.getDestinationType(), mData.getDestinationLabel())); in updateViewAppearance()