Searched defs:getContactId (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DBaseRecipientChip.java50 long getContactId(); method in interface:BaseRecipientChip
H A DVisibleRecipientChip.java58 public long getContactId() { method in class:VisibleRecipientChip
59 return mDelegate.getContactId();
H A DInvisibleRecipientChip.java60 public long getContactId() { method in class:InvisibleRecipientChip
61 return mDelegate.getContactId();
H A DSimpleRecipientChip.java45 mContactId = entry.getContactId();
73 public long getContactId() { method in class:SimpleRecipientChip
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEntry.java210 public long getContactId() { method in class:RecipientEntry

Completed in 154 milliseconds