Searched refs:fromBefore (Results 1 – 11 of 11) sorted by relevance
91 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesNone()92 final RawContactDelta dest = RawContactDelta.fromBefore(before); in testParcelChangesNone()101 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesInsert()102 final RawContactDelta dest = RawContactDelta.fromBefore(before); in testParcelChangesInsert()119 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesUpdate()120 final RawContactDelta dest = RawContactDelta.fromBefore(before); in testParcelChangesUpdate()133 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesDelete()134 final RawContactDelta dest = RawContactDelta.fromBefore(before); in testParcelChangesDelete()149 final ValuesDelta values = ValuesDelta.fromBefore(before); in testValuesDiffDelete()167 final RawContactDelta source = RawContactDelta.fromBefore(before); in testEntityDiffNone()[all …]
107 return RawContactDelta.fromBefore(before); in getUpdate()135 return RawContactDelta.fromBefore(before); in buildBeforeEntity()
185 return RawContactDelta.fromBefore(before); in getRawContact()492 state.addEntry(ValuesDelta.fromBefore(before)); in testTrimEmptyUntouched()
68 final ValuesDelta values = ValuesDelta.fromBefore(before); in testValuesDiffNone()80 final ValuesDelta values = ValuesDelta.fromBefore(before); in testValuesDiffUpdate()
84 public static EntityDelta fromBefore(Entity before) { in fromBefore() method in EntityDelta86 entity.mValues = ValuesDelta.fromBefore(before.getEntityValues()); in fromBefore()89 entity.addEntry(ValuesDelta.fromBefore(namedValues.values)); in fromBefore()510 public static ValuesDelta fromBefore(ContentValues before) { in fromBefore() method in EntityDelta.ValuesDelta
74 final EntityDelta entity = EntityDelta.fromBefore(before); in fromQuery()
92 public static RawContactDelta fromBefore(RawContact before) { in fromBefore() method in RawContactDelta94 rawContactDelta.mValues = ValuesDelta.fromBefore(before.getValues()); in fromBefore()97 rawContactDelta.addEntry(ValuesDelta.fromBefore(values)); in fromBefore()
93 final RawContactDelta rawContactDelta = RawContactDelta.fromBefore(before); in addAll()
62 public static ValuesDelta fromBefore(ContentValues before) { in fromBefore() method in ValuesDelta
159 final GroupDelta group = GroupDelta.fromBefore(values); in loadInBackground()277 return fromBefore(values).setUngrouped(accountHasGroups); in fromSettings()289 public static GroupDelta fromBefore(ContentValues before) { in fromBefore() method in CustomContactListFilterActivity.GroupDelta
1426 mAggregationSuggestionEngine.onNameChange(ValuesDelta.fromBefore(values)); in populateSuggestionCard()