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

  /packages/apps/Contacts/src/com/android/contacts/model/
EntityDelta.java 86 public static EntityDelta fromBefore(Entity before) {
88 entity.mValues = ValuesDelta.fromBefore(before.getEntityValues());
91 entity.addEntry(ValuesDelta.fromBefore(namedValues.values));
512 public static ValuesDelta fromBefore(ContentValues before) {
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityModifierTests.java 172 return EntityDelta.fromBefore(before);
436 state.addEntry(ValuesDelta.fromBefore(before));
    [all...]

Completed in 34 milliseconds