commit | 4f8746f3c3b308a6ff61f07ee4c66f9e7f5f710f | [log] [tgz] |
---|---|---|
author | Paul Soulos <psoulos@google.com> | Mon Jun 30 11:18:52 2014 -0400 |
committer | Paul Soulos <psoulos@google.com> | Mon Jun 30 15:43:19 2014 +0000 |
tree | 8e7f5870d478af83676aed90d3dc2063c9cd50b4 | |
parent | 9e77be79f8c732e4b5c76ec59e04f8c1ca2a56a5 [diff] |
Removes redundant method in Dialer Change-Id: I3dc2d1fcf3be18bf2fa366bc47e94df7ca4913f9
diff --git a/src/com/android/dialer/interactions/PhoneNumberInteraction.java b/src/com/android/dialer/interactions/PhoneNumberInteraction.java index c7158dc..5e028a9 100644 --- a/src/com/android/dialer/interactions/PhoneNumberInteraction.java +++ b/src/com/android/dialer/interactions/PhoneNumberInteraction.java
@@ -127,13 +127,6 @@ 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;