Searched refs:fromBefore (Results 1 – 6 of 6) sorted by relevance
92 final EntityDelta source = EntityDelta.fromBefore(before); in testParcelChangesNone()93 final EntityDelta dest = EntityDelta.fromBefore(before); in testParcelChangesNone()102 final EntityDelta source = EntityDelta.fromBefore(before); in testParcelChangesInsert()103 final EntityDelta dest = EntityDelta.fromBefore(before); in testParcelChangesInsert()120 final EntityDelta source = EntityDelta.fromBefore(before); in testParcelChangesUpdate()121 final EntityDelta dest = EntityDelta.fromBefore(before); in testParcelChangesUpdate()134 final EntityDelta source = EntityDelta.fromBefore(before); in testParcelChangesDelete()135 final EntityDelta dest = EntityDelta.fromBefore(before); in testParcelChangesDelete()155 final ValuesDelta values = ValuesDelta.fromBefore(before); in testValuesDiffNone()179 final ValuesDelta values = ValuesDelta.fromBefore(before); in testValuesDiffUpdate()[all …]
103 return EntityDelta.fromBefore(before); in getUpdate()133 return EntityDelta.fromBefore(before); in buildBeforeEntity()
150 return EntityDelta.fromBefore(before); in getEntity()414 state.addEntry(ValuesDelta.fromBefore(before)); in testTrimEmptyUntouched()
86 public static EntityDelta fromBefore(Entity before) { in fromBefore() method in EntityDelta88 entity.mValues = ValuesDelta.fromBefore(before.getEntityValues()); in fromBefore()91 entity.addEntry(ValuesDelta.fromBefore(namedValues.values)); in fromBefore()497 public static ValuesDelta fromBefore(ContentValues before) { in fromBefore() method in EntityDelta.ValuesDelta
77 final EntityDelta entity = EntityDelta.fromBefore(before); in fromQuery()
218 return fromBefore(values).setUngrouped(accountHasGroups); in fromSettings()230 public static GroupDelta fromBefore(ContentValues before) { in fromBefore() method in DisplayGroupsActivity.GroupDelta385 final GroupDelta group = GroupDelta.fromBefore(values); in AccountDisplay()