Loading src/com/android/contacts/model/EntityDelta.java +1 −0 Original line number Diff line number Diff line Loading @@ -428,6 +428,7 @@ public class EntityDelta implements Parcelable { builder.withValue(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DEFAULT); builder.withSelection(RawContacts._ID + "=?", new String[1]); builder.withSelectionBackReference(0, firstIndex); buildInto.add(builder.build()); } } Loading Loading
src/com/android/contacts/model/EntityDelta.java +1 −0 Original line number Diff line number Diff line Loading @@ -428,6 +428,7 @@ public class EntityDelta implements Parcelable { builder.withValue(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DEFAULT); builder.withSelection(RawContacts._ID + "=?", new String[1]); builder.withSelectionBackReference(0, firstIndex); buildInto.add(builder.build()); } } Loading