Home
last modified time | relevance | path

Searched refs:fromBefore (Results 1 – 8 of 8) 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/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.java193 final GroupDelta group = GroupDelta.fromBefore(values); in createAccountSet()
276 return fromBefore(values).setUngrouped(accountHasGroups);
288 public static GroupDelta fromBefore(ContentValues before) {