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

/frameworks/ex/chips/src/com/android/ex/chips/recipientchip/
H A DBaseRecipientChip.java50 long getContactId(); method in interface:BaseRecipientChip
H A DSimpleRecipientChip.java41 mContactId = entry.getContactId();
67 public long getContactId() { method in class:SimpleRecipientChip
H A DVisibleRecipientChip.java61 public long getContactId() { method in class:VisibleRecipientChip
62 return mDelegate.getContactId();
H A DInvisibleRecipientChip.java60 public long getContactId() { method in class:InvisibleRecipientChip
61 return mDelegate.getContactId();
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEntry.java199 public long getContactId() { method in class:RecipientEntry

Completed in 583 milliseconds