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

/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DBaseRecipientChip.java60 String getLookupKey(); method in interface:BaseRecipientChip
H A DInvisibleRecipientChip.java70 public String getLookupKey() { method in class:InvisibleRecipientChip
71 return mDelegate.getLookupKey();
H A DSimpleRecipientChip.java47 mLookupKey = entry.getLookupKey();
83 public String getLookupKey() { method in class:SimpleRecipientChip
H A DVisibleRecipientChip.java68 public String getLookupKey() { method in class:VisibleRecipientChip
69 return mDelegate.getLookupKey();
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEntry.java248 public String getLookupKey() { method in class:RecipientEntry
H A DRecipientEditTextView.java1693 chip.getDirectoryId(), chip.getLookupKey(), chip.getDataId(),

Completed in 55 milliseconds