Searched refs:fromBefore (Results 1 – 8 of 8) sorted by relevance
87 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesNone()88 final RawContactDelta dest = RawContactDelta.fromBefore(before); in testParcelChangesNone()97 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesInsert()98 final RawContactDelta dest = RawContactDelta.fromBefore(before); in testParcelChangesInsert()115 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesUpdate()116 final RawContactDelta dest = RawContactDelta.fromBefore(before); in testParcelChangesUpdate()129 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesDelete()130 final RawContactDelta dest = RawContactDelta.fromBefore(before); in testParcelChangesDelete()145 final ValuesDelta values = ValuesDelta.fromBefore(before); in testValuesDiffDelete()163 final RawContactDelta source = RawContactDelta.fromBefore(before); in testEntityDiffNone()[all …]
67 final ValuesDelta values = ValuesDelta.fromBefore(before); in testValuesDiffNone()79 final ValuesDelta values = ValuesDelta.fromBefore(before); in testValuesDiffUpdate()
98 return RawContactDelta.fromBefore(before); in getUpdate()126 return RawContactDelta.fromBefore(before); in buildBeforeEntity()
177 return RawContactDelta.fromBefore(before); in getRawContact()484 state.addEntry(ValuesDelta.fromBefore(before)); in testTrimEmptyUntouched()
89 public static RawContactDelta fromBefore(RawContact before) { in fromBefore() method in RawContactDelta91 rawContactDelta.mValues = ValuesDelta.fromBefore(before.getValues()); in fromBefore()94 rawContactDelta.addEntry(ValuesDelta.fromBefore(values)); in fromBefore()
91 final RawContactDelta rawContactDelta = RawContactDelta.fromBefore(before); in addAll()
61 public static ValuesDelta fromBefore(ContentValues before) { in fromBefore() method in ValuesDelta
193 final GroupDelta group = GroupDelta.fromBefore(values); in createAccountSet()276 return fromBefore(values).setUngrouped(accountHasGroups);288 public static GroupDelta fromBefore(ContentValues before) {