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

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaTests.java 111 source.addEntry(ValuesDelta.fromAfter(phone));
185 source.addEntry(ValuesDelta.fromAfter(phone));
225 source.addEntry(ValuesDelta.fromAfter(phone));
321 final ValuesDelta values = ValuesDelta.fromAfter(after);
342 final ValuesDelta values = ValuesDelta.fromAfter(after);
350 source.addEntry(ValuesDelta.fromAfter(phone));
RawContactDeltaListTests.java 112 final ValuesDelta values = ValuesDelta.fromAfter(after);
139 final RawContactDelta after = new RawContactDelta(ValuesDelta.fromAfter(contact));
141 after.addEntry(ValuesDelta.fromAfter(entry));
170 match.addEntry(ValuesDelta.fromAfter(values));
454 final ValuesDelta bluePhone = ValuesDelta.fromAfter(buildPhone(PHONE_BLUE));
RawContactModifierTests.java 322 final ValuesDelta values = ValuesDelta.fromAfter(after);
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
GoogleSource.java 257 state.addEntry(ValuesDelta.fromAfter(values));
EntityDelta.java 497 * operation through {@link #fromAfter(ContentValues)}. This is used so
521 public static ValuesDelta fromAfter(ContentValues after) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ValuesDelta.java 47 * operation through {@link #fromAfter(android.content.ContentValues)}. This is used so
71 public static ValuesDelta fromAfter(ContentValues after) {
RawContactModifier.java 381 final ValuesDelta child = ValuesDelta.fromAfter(after);
714 ValuesDelta entry = ValuesDelta.fromAfter(values);
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
CustomContactListFilterActivity.java 279 return fromAfter(values).setUngrouped(accountHasGroups);
293 public static GroupDelta fromAfter(ContentValues after) {
    [all...]

Completed in 113 milliseconds