diff options
author | Paul Soulos <psoulos@google.com> | 2014-06-30 11:18:52 -0400 |
---|---|---|
committer | Paul Soulos <psoulos@google.com> | 2014-06-30 15:43:19 +0000 |
commit | 4f8746f3c3b308a6ff61f07ee4c66f9e7f5f710f (patch) | |
tree | 8e7f5870d478af83676aed90d3dc2063c9cd50b4 | |
parent | 9e77be79f8c732e4b5c76ec59e04f8c1ca2a56a5 (diff) |
Removes redundant method in Dialer
Change-Id: I3dc2d1fcf3be18bf2fa366bc47e94df7ca4913f9
-rw-r--r-- | src/com/android/dialer/interactions/PhoneNumberInteraction.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/com/android/dialer/interactions/PhoneNumberInteraction.java b/src/com/android/dialer/interactions/PhoneNumberInteraction.java index c7158dc27..5e028a9a5 100644 --- a/src/com/android/dialer/interactions/PhoneNumberInteraction.java +++ b/src/com/android/dialer/interactions/PhoneNumberInteraction.java @@ -127,13 +127,6 @@ public class PhoneNumberInteraction implements OnLoadCompleteListener<Cursor> { 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; |