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

  /packages/apps/Contacts/tests/src/com/android/contacts/model/
RawContactDeltaTests.java 87 final RawContactDelta source = RawContactDelta.fromBefore(before);
88 final RawContactDelta dest = RawContactDelta.fromBefore(before);
97 final RawContactDelta source = RawContactDelta.fromBefore(before);
98 final RawContactDelta dest = RawContactDelta.fromBefore(before);
115 final RawContactDelta source = RawContactDelta.fromBefore(before);
116 final RawContactDelta dest = RawContactDelta.fromBefore(before);
129 final RawContactDelta source = RawContactDelta.fromBefore(before);
130 final RawContactDelta dest = RawContactDelta.fromBefore(before);
145 final ValuesDelta values = ValuesDelta.fromBefore(before);
163 final RawContactDelta source = RawContactDelta.fromBefore(before)
    [all...]
ValuesDeltaTests.java 67 final ValuesDelta values = ValuesDelta.fromBefore(before);
79 final ValuesDelta values = ValuesDelta.fromBefore(before);
RawContactDeltaListTests.java 98 return RawContactDelta.fromBefore(before);
126 return RawContactDelta.fromBefore(before);
RawContactModifierTests.java 177 return RawContactDelta.fromBefore(before);
484 state.addEntry(ValuesDelta.fromBefore(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) {
EntitySet.java 74 final EntityDelta entity = EntityDelta.fromBefore(before);
  /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));
RawContactDeltaList.java 91 final RawContactDelta rawContactDelta = RawContactDelta.fromBefore(before);
ValuesDelta.java 61 public static ValuesDelta fromBefore(ContentValues before) {
  /packages/apps/Contacts/src/com/android/contacts/list/
CustomContactListFilterActivity.java 186 final GroupDelta group = GroupDelta.fromBefore(values);
269 return fromBefore(values).setUngrouped(accountHasGroups);
281 public static GroupDelta fromBefore(ContentValues before) {
    [all...]

Completed in 268 milliseconds