Home
last modified time | relevance | path

Searched refs:fromBefore (Results 1 – 10 of 10) sorted by relevance

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactDeltaTests.java93 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesNone()
94 final RawContactDelta dest = RawContactDelta.fromBefore(before); in testParcelChangesNone()
103 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesInsert()
104 final RawContactDelta dest = RawContactDelta.fromBefore(before); in testParcelChangesInsert()
121 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesUpdate()
122 final RawContactDelta dest = RawContactDelta.fromBefore(before); in testParcelChangesUpdate()
135 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesDelete()
136 final RawContactDelta dest = RawContactDelta.fromBefore(before); in testParcelChangesDelete()
151 final ValuesDelta values = ValuesDelta.fromBefore(before); in testValuesDiffDelete()
167 final RawContactDelta source = RawContactDelta.fromBefore(before); in testEntityDiffNone()
[all …]
DRawContactDeltaListTests.java104 return RawContactDelta.fromBefore(before); in getUpdate()
132 return RawContactDelta.fromBefore(before); in buildBeforeEntity()
DRawContactModifierTests.java184 return RawContactDelta.fromBefore(before); in getRawContact()
450 state.addEntry(ValuesDelta.fromBefore(before)); in testTrimEmptyUntouched()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntityDelta.java84 public static EntityDelta fromBefore(Entity before) { in fromBefore() method in EntityDelta
86 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
DEntitySet.java74 final EntityDelta entity = EntityDelta.fromBefore(before); in fromQuery()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactDelta.java89 public static RawContactDelta fromBefore(RawContact before) { in fromBefore() method in RawContactDelta
91 rawContactDelta.mValues = ValuesDelta.fromBefore(before.getValues()); in fromBefore()
94 rawContactDelta.addEntry(ValuesDelta.fromBefore(values)); in fromBefore()
DRawContactDeltaList.java90 final RawContactDelta rawContactDelta = RawContactDelta.fromBefore(before); in addAll()
DValuesDelta.java60 public static ValuesDelta fromBefore(ContentValues before) { in fromBefore() method in ValuesDelta
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
DValuesDeltaTests.java65 final ValuesDelta values = ValuesDelta.fromBefore(before); in testValuesDiffNone()
77 final ValuesDelta values = ValuesDelta.fromBefore(before); in testValuesDiffUpdate()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DCustomContactListFilterActivity.java159 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