Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
DVisibleRecipientChip.java69 public String getLookupKey() { in getLookupKey() method in VisibleRecipientChip
70 return mDelegate.getLookupKey(); in getLookupKey()
DSimpleRecipientChip.java47 mLookupKey = entry.getLookupKey(); in SimpleRecipientChip()
83 public String getLookupKey() { in getLookupKey() method in SimpleRecipientChip
DInvisibleRecipientChip.java71 public String getLookupKey() { in getLookupKey() method in InvisibleRecipientChip
72 return mDelegate.getLookupKey(); in getLookupKey()
DBaseRecipientChip.java60 String getLookupKey(); in getLookupKey() method
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEntry.java313 public String getLookupKey() { in getLookupKey() method in RecipientEntry
DRecipientEditTextView.java2068 chip.getDirectoryId(), chip.getLookupKey(), chip.getDataId(), in createAlternatesAdapter()