summaryrefslogtreecommitdiffstats
path: root/chips/src/com/android/ex/chips/recipientchip/SimpleRecipientChip.java
diff options
context:
space:
mode:
authorRicardo Cerqueira <cyanogenmod@cerqueira.org>2013-12-06 02:16:40 +0000
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2013-12-06 02:16:40 +0000
commitaecf604ef14f07e078c309b015c2333e22640789 (patch)
tree3015ce491d513fb452665aa7f093138599800a20 /chips/src/com/android/ex/chips/recipientchip/SimpleRecipientChip.java
parent0ab100671fdff8675ea1f74f15627f09c7f7506f (diff)
parent3e8176df16950c067bcb1b37e62b2fc07d74065a (diff)
downloadandroid_frameworks_ex-aecf604ef14f07e078c309b015c2333e22640789.tar.gz
android_frameworks_ex-aecf604ef14f07e078c309b015c2333e22640789.tar.bz2
android_frameworks_ex-aecf604ef14f07e078c309b015c2333e22640789.zip
Android 4.4.1 Release 1
Diffstat (limited to 'chips/src/com/android/ex/chips/recipientchip/SimpleRecipientChip.java')
-rw-r--r--chips/src/com/android/ex/chips/recipientchip/SimpleRecipientChip.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/chips/src/com/android/ex/chips/recipientchip/SimpleRecipientChip.java b/chips/src/com/android/ex/chips/recipientchip/SimpleRecipientChip.java
index c04b3be..ac8e897 100644
--- a/chips/src/com/android/ex/chips/recipientchip/SimpleRecipientChip.java
+++ b/chips/src/com/android/ex/chips/recipientchip/SimpleRecipientChip.java
@@ -93,6 +93,11 @@ class SimpleRecipientChip implements BaseRecipientChip {
}
@Override
+ public boolean isGalContact() {
+ return mEntry.isGalContact();
+ }
+
+ @Override
public String toString() {
return mDisplay + " <" + mValue + ">";
}