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

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaTests.java 91 final RawContactDelta source = RawContactDelta.fromBefore(before);
92 final RawContactDelta dest = RawContactDelta.fromBefore(before);
101 final RawContactDelta source = RawContactDelta.fromBefore(before);
102 final RawContactDelta dest = RawContactDelta.fromBefore(before);
119 final RawContactDelta source = RawContactDelta.fromBefore(before);
120 final RawContactDelta dest = RawContactDelta.fromBefore(before);
133 final RawContactDelta source = RawContactDelta.fromBefore(before);
134 final RawContactDelta dest = RawContactDelta.fromBefore(before);
149 final ValuesDelta values = ValuesDelta.fromBefore(before);
167 final RawContactDelta source = RawContactDelta.fromBefore(before)
    [all...]
RawContactDeltaListTests.java 107 return RawContactDelta.fromBefore(before);
135 return RawContactDelta.fromBefore(before);
RawContactModifierTests.java 185 return RawContactDelta.fromBefore(before);
492 state.addEntry(ValuesDelta.fromBefore(before));
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
ValuesDeltaTests.java 68 final ValuesDelta values = ValuesDelta.fromBefore(before);
80 final ValuesDelta values = ValuesDelta.fromBefore(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/model/
RawContactDelta.java 92 public static RawContactDelta fromBefore(RawContact before) {
94 rawContactDelta.mValues = ValuesDelta.fromBefore(before.getValues());
97 rawContactDelta.addEntry(ValuesDelta.fromBefore(values));
RawContactDeltaList.java 93 final RawContactDelta rawContactDelta = RawContactDelta.fromBefore(before);
ValuesDelta.java 62 public static ValuesDelta fromBefore(ContentValues before) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
CustomContactListFilterActivity.java 159 final GroupDelta group = GroupDelta.fromBefore(values);
277 return fromBefore(values).setUngrouped(accountHasGroups);
289 public static GroupDelta fromBefore(ContentValues before) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java     [all...]

Completed in 5820 milliseconds