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/
EntityDelta.java 92 public static EntityDelta fromBefore(Entity before) {
94 entity.mValues = ValuesDelta.fromBefore(before.getEntityValues());
97 entity.addEntry(ValuesDelta.fromBefore(namedValues.values));
546 public static ValuesDelta fromBefore(ContentValues before) {
    [all...]
  /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/src/com/android/contacts/list/
CustomContactListFilterActivity.java 157 final GroupDelta group = GroupDelta.fromBefore(values);
275 return fromBefore(values).setUngrouped(accountHasGroups);
287 public static GroupDelta fromBefore(ContentValues before) {
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityModifierTests.java 193 return EntityDelta.fromBefore(before);
457 state.addEntry(ValuesDelta.fromBefore(before));
    [all...]

Completed in 2130 milliseconds