commit | 67c8d4da26099a928a1568edaa59ef912dc13898 | [log] [tgz] |
---|---|---|
author | Paul Soulos <psoulos@google.com> | Thu Jun 26 15:08:39 2014 -0700 |
committer | Paul Soulos <psoulos@google.com> | Thu Jun 26 15:08:39 2014 -0700 |
tree | a6812d860e28ebe9e5ec1e085128a6218a2f2f47 | |
parent | 8a80d19f88d224f1427d7656e361eb77e1f90974 [diff] |
Adds temp function so build doesn't break Change-Id: Iea185f480215935cddbf9f8d0e4145a04dbd351c
diff --git a/src/com/android/dialer/interactions/PhoneNumberInteraction.java b/src/com/android/dialer/interactions/PhoneNumberInteraction.java index b494fff..c2b115c 100644 --- a/src/com/android/dialer/interactions/PhoneNumberInteraction.java +++ b/src/com/android/dialer/interactions/PhoneNumberInteraction.java
@@ -127,6 +127,13 @@ Phone.CONTENT_ITEM_TYPE, phoneItem.phoneNumber); } + /** + * Temp method so build doesn't break while other CLs go in + */ + public boolean shouldCollapseWith(PhoneItem phoneItem, Context context) { + return false; + } + @Override public String toString() { return phoneNumber;