summaryrefslogtreecommitdiffstats
path: root/chips/src/com/android/ex/chips/recipientchip/BaseRecipientChip.java
diff options
context:
space:
mode:
Diffstat (limited to 'chips/src/com/android/ex/chips/recipientchip/BaseRecipientChip.java')
-rw-r--r--chips/src/com/android/ex/chips/recipientchip/BaseRecipientChip.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/chips/src/com/android/ex/chips/recipientchip/BaseRecipientChip.java b/chips/src/com/android/ex/chips/recipientchip/BaseRecipientChip.java
index a080ee7..032d3b2 100644
--- a/chips/src/com/android/ex/chips/recipientchip/BaseRecipientChip.java
+++ b/chips/src/com/android/ex/chips/recipientchip/BaseRecipientChip.java
@@ -70,4 +70,11 @@ interface BaseRecipientChip {
* before any reverse lookups.
*/
CharSequence getOriginalText();
+
+ /**
+ * Checks if this contact was retrieved from a GAL lookup.
+ *
+ * @return <code>true</code> if it came from GAL, <code>false</code> otherwise
+ */
+ boolean isGalContact();
}