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

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaTests.java 93 final RawContactDelta source = RawContactDelta.fromBefore(before);
94 final RawContactDelta dest = RawContactDelta.fromBefore(before);
103 final RawContactDelta source = RawContactDelta.fromBefore(before);
104 final RawContactDelta dest = RawContactDelta.fromBefore(before);
121 final RawContactDelta source = RawContactDelta.fromBefore(before);
122 final RawContactDelta dest = RawContactDelta.fromBefore(before);
135 final RawContactDelta source = RawContactDelta.fromBefore(before);
136 final RawContactDelta dest = RawContactDelta.fromBefore(before);
151 final ValuesDelta values = ValuesDelta.fromBefore(before);
167 final RawContactDelta source = RawContactDelta.fromBefore(before)
    [all...]
RawContactDeltaListTests.java 104 return RawContactDelta.fromBefore(before);
132 return RawContactDelta.fromBefore(before);
RawContactModifierTests.java 184 return RawContactDelta.fromBefore(before);
450 state.addEntry(ValuesDelta.fromBefore(before));
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
ValuesDeltaTests.java 65 final ValuesDelta values = ValuesDelta.fromBefore(before);
77 final ValuesDelta values = ValuesDelta.fromBefore(before);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDelta.java 89 public static RawContactDelta fromBefore(RawContact before) {
91 rawContactDelta.mValues = ValuesDelta.fromBefore(before.getValues());
94 rawContactDelta.addEntry(ValuesDelta.fromBefore(values));
RawContactDeltaList.java 90 final RawContactDelta rawContactDelta = RawContactDelta.fromBefore(before);
ValuesDelta.java 60 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) {
EntitySet.java 74 final EntityDelta entity = EntityDelta.fromBefore(before);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
CustomContactListFilterActivity.java 156 final GroupDelta group = GroupDelta.fromBefore(values);
274 return fromBefore(values).setUngrouped(accountHasGroups);
286 public static GroupDelta fromBefore(ContentValues before) {
    [all...]

Completed in 99 milliseconds