Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DDropdownChipLayouter.java103 CharSequence destinationType = getDestinationType(entry); in bindView()
267 protected CharSequence getDestinationType(RecipientEntry entry) { in getDestinationType() method in DropdownChipLayouter
268 return mQuery.getTypeLabel(mContext.getResources(), entry.getDestinationType(), in getDestinationType()
DRecipientEntry.java202 public int getDestinationType() { in getDestinationType() method in RecipientEntry