HomeSort by relevance Sort by last modified time
    Searched defs:fromBefore (Results 1 - 4 of 4) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactDelta.java 89 public static RawContactDelta fromBefore(RawContact before) {
91 rawContactDelta.mValues = ValuesDelta.fromBefore(before.getValues());
94 rawContactDelta.addEntry(ValuesDelta.fromBefore(values));
ValuesDelta.java 61 public static ValuesDelta fromBefore(ContentValues before) {
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 84 public static EntityDelta fromBefore(Entity before) {
86 entity.mValues = ValuesDelta.fromBefore(before.getEntityValues());
89 entity.addEntry(ValuesDelta.fromBefore(namedValues.values));
510 public static ValuesDelta fromBefore(ContentValues before) {
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
RawContactModifierTests.java 177 return RawContactDelta.fromBefore(before);
484 state.addEntry(ValuesDelta.fromBefore(before));
    [all...]

Completed in 111 milliseconds