Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaTests.java87 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 …]
DValuesDeltaTests.java67 final ValuesDelta values = ValuesDelta.fromBefore(before); in testValuesDiffNone()
79 final ValuesDelta values = ValuesDelta.fromBefore(before); in testValuesDiffUpdate()
DRawContactDeltaListTests.java98 return RawContactDelta.fromBefore(before); in getUpdate()
126 return RawContactDelta.fromBefore(before); in buildBeforeEntity()
DRawContactModifierTests.java177 return RawContactDelta.fromBefore(before); in getRawContact()
484 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/Contacts/src/com/android/contacts/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.java91 final RawContactDelta rawContactDelta = RawContactDelta.fromBefore(before); in addAll()
DValuesDelta.java61 public static ValuesDelta fromBefore(ContentValues before) { in fromBefore() method in ValuesDelta
/packages/apps/Contacts/src/com/android/contacts/list/
DCustomContactListFilterActivity.java186 final GroupDelta group = GroupDelta.fromBefore(values); in createAccountSet()
269 return fromBefore(values).setUngrouped(accountHasGroups);
281 public static GroupDelta fromBefore(ContentValues before) {