Home
last modified time | relevance | path

Searched refs:fromAfter (Results 1 – 12 of 12) sorted by relevance

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactModifierTests.java360 final ValuesDelta values = ValuesDelta.fromAfter(after); in testIsEmptyEmpty()
851 oldState.addEntry(ValuesDelta.fromAfter(mockNameValues)); in testMigrateWithDisplayNameFromGoogleToExchange1()
895 oldState.addEntry(ValuesDelta.fromAfter(mockNameValues)); in testMigrateWithDisplayNameFromGoogleToExchange2()
941 oldState.addEntry(ValuesDelta.fromAfter(mockNameValues)); in testMigrateWithStructuredNameFromExchangeToGoogle()
963 oldState.addEntry(ValuesDelta.fromAfter(mockNameValues)); in testMigratePostalFromGoogleToExchange()
990 oldState.addEntry(ValuesDelta.fromAfter(mockNameValues)); in testMigratePostalFromExchangeToGoogle()
1029 oldState.addEntry(ValuesDelta.fromAfter(mockNameValues)); in testMigrateEventCommon()
1054 oldState.addEntry(ValuesDelta.fromAfter(mockNameValues)); in testMigrateEventFromGoogleToExchange2()
1060 oldState.addEntry(ValuesDelta.fromAfter(mockNameValues)); in testMigrateEventFromGoogleToExchange2()
1086 oldState.addEntry(ValuesDelta.fromAfter(mockNameValues)); in testMigrateEmailFromGoogleToExchange()
[all …]
DRawContactDeltaTests.java109 source.addEntry(ValuesDelta.fromAfter(phone)); in testParcelChangesInsert()
185 source.addEntry(ValuesDelta.fromAfter(phone)); in testEntityDiffNoneInsert()
228 source.addEntry(ValuesDelta.fromAfter(phone)); in testEntityDiffUpdateInsert()
332 final ValuesDelta values = ValuesDelta.fromAfter(after); in testEntityDiffInsert()
354 final ValuesDelta values = ValuesDelta.fromAfter(after); in testEntityDiffInsertInsert()
362 source.addEntry(ValuesDelta.fromAfter(phone)); in testEntityDiffInsertInsert()
DRawContactDeltaListTests.java115 final ValuesDelta values = ValuesDelta.fromAfter(after); in getInsert()
142 final RawContactDelta after = new RawContactDelta(ValuesDelta.fromAfter(contact)); in buildAfterEntity()
144 after.addEntry(ValuesDelta.fromAfter(entry)); in buildAfterEntity()
173 match.addEntry(ValuesDelta.fromAfter(values)); in insertPhone()
469 final ValuesDelta bluePhone = ValuesDelta.fromAfter(buildPhone(PHONE_BLUE)); in testMergeDataLocalInsertRemoteInsert()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactModifier.java366 final ValuesDelta child = ValuesDelta.fromAfter(after); in insertChild()
711 ValuesDelta entry = ValuesDelta.fromAfter(values); in parseValues()
979 newState.addEntry(ValuesDelta.fromAfter(values)); in migrateStateForNewContact()
1134 newState.addEntry(ValuesDelta.fromAfter(values)); in migrateStructuredName()
1244 newState.addEntry(ValuesDelta.fromAfter(values)); in migratePostal()
1297 newState.addEntry(ValuesDelta.fromAfter(values)); in migrateEvent()
1316 newState.addEntry(ValuesDelta.fromAfter(values)); in migrateGenericWithoutTypeColumn()
1420 newState.addEntry(ValuesDelta.fromAfter(values)); in migrateGenericWithTypeColumn()
DValuesDelta.java73 public static ValuesDelta fromAfter(ContentValues after) { in fromAfter() method in ValuesDelta
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
DValuesDeltaTests.java48 final ValuesDelta values = ValuesDelta.fromAfter(after); in testValuesDiffInsert()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DGoogleSource.java257 state.addEntry(ValuesDelta.fromAfter(values)); in attemptMyContactsMembership()
DEntityDelta.java521 public static ValuesDelta fromAfter(ContentValues after) { in fromAfter() method in EntityDelta.ValuesDelta
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DCustomContactListFilterActivity.java282 return fromAfter(values).setUngrouped(accountHasGroups); in fromSettings()
296 public static GroupDelta fromAfter(ContentValues after) { in fromAfter() method in CustomContactListFilterActivity.GroupDelta
/packages/apps/Contacts/src/com/android/contacts/activities/
DAttachPhotoActivity.java375 = new RawContactDelta(ValuesDelta.fromAfter(after)); in createNewRawContact()
DConfirmAddDetailActivity.java647 final RawContactDelta entityDelta = new RawContactDelta(ValuesDelta.fromAfter( in addEditableRawContact()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorBaseFragment.java1233 ValuesDelta.fromAfter(rawContact.getValues())); in createNewRawContactDelta()
1302 ValuesDelta.fromAfter(rawContact.getValues())); in createLocalRawContactDelta()