Loading src/com/android/dialer/interactions/PhoneNumberInteraction.java +0 −7 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
src/com/android/dialer/interactions/PhoneNumberInteraction.java +0 −7 Original line number Diff line number Diff line Loading @@ -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; Loading