Searched defs:fromBefore (Results 1 - 4 of 4) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DRawContactDelta.java89 public static RawContactDelta fromBefore(RawContact before) { method in class:RawContactDelta
91 rawContactDelta.mValues = ValuesDelta.fromBefore(before.getValues());
94 rawContactDelta.addEntry(ValuesDelta.fromBefore(values));
H A DValuesDelta.java60 public static ValuesDelta fromBefore(ContentValues before) { method in class:ValuesDelta
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntityDelta.java84 public static EntityDelta fromBefore(Entity before) { method in class:EntityDelta
86 entity.mValues = ValuesDelta.fromBefore(before.getEntityValues());
89 entity.addEntry(ValuesDelta.fromBefore(namedValues.values));
510 public static ValuesDelta fromBefore(ContentValues before) { method in class:EntityDelta.ValuesDelta
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DCustomContactListFilterActivity.java156 final GroupDelta group = GroupDelta.fromBefore(values);
274 return fromBefore(values).setUngrouped(accountHasGroups);
286 public static GroupDelta fromBefore(ContentValues before) { method in class:CustomContactListFilterActivity.GroupDelta

Completed in 250 milliseconds