Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactModifierTests.java352 final ValuesDelta values = ValuesDelta.fromAfter(after); in testIsEmptyEmpty()
843 oldState.addEntry(ValuesDelta.fromAfter(mockNameValues)); in testMigrateNameFromGoogleToExchange()
870 oldState.addEntry(ValuesDelta.fromAfter(mockNameValues)); in testMigratePostalFromGoogleToExchange()
897 oldState.addEntry(ValuesDelta.fromAfter(mockNameValues)); in testMigratePostalFromExchangeToGoogle()
936 oldState.addEntry(ValuesDelta.fromAfter(mockNameValues)); in testMigrateEventCommon()
961 oldState.addEntry(ValuesDelta.fromAfter(mockNameValues)); in testMigrateEventFromGoogleToExchange2()
967 oldState.addEntry(ValuesDelta.fromAfter(mockNameValues)); in testMigrateEventFromGoogleToExchange2()
993 oldState.addEntry(ValuesDelta.fromAfter(mockNameValues)); in testMigrateEmailFromGoogleToExchange()
998 oldState.addEntry(ValuesDelta.fromAfter(mockNameValues)); in testMigrateEmailFromGoogleToExchange()
1003 oldState.addEntry(ValuesDelta.fromAfter(mockNameValues)); in testMigrateEmailFromGoogleToExchange()
[all …]
DRawContactDeltaTests.java105 source.addEntry(ValuesDelta.fromAfter(phone)); in testParcelChangesInsert()
181 source.addEntry(ValuesDelta.fromAfter(phone)); in testEntityDiffNoneInsert()
224 source.addEntry(ValuesDelta.fromAfter(phone)); in testEntityDiffUpdateInsert()
328 final ValuesDelta values = ValuesDelta.fromAfter(after); in testEntityDiffInsert()
350 final ValuesDelta values = ValuesDelta.fromAfter(after); in testEntityDiffInsertInsert()
358 source.addEntry(ValuesDelta.fromAfter(phone)); in testEntityDiffInsertInsert()
DRawContactDeltaListTests.java106 final ValuesDelta values = ValuesDelta.fromAfter(after); in getInsert()
133 final RawContactDelta after = new RawContactDelta(ValuesDelta.fromAfter(contact)); in buildAfterEntity()
135 after.addEntry(ValuesDelta.fromAfter(entry)); in buildAfterEntity()
164 match.addEntry(ValuesDelta.fromAfter(values)); in insertPhone()
460 final ValuesDelta bluePhone = ValuesDelta.fromAfter(buildPhone(PHONE_BLUE)); in testMergeDataLocalInsertRemoteInsert()
DValuesDeltaTests.java47 final ValuesDelta values = ValuesDelta.fromAfter(after); in testValuesDiffInsert()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java364 final ValuesDelta child = ValuesDelta.fromAfter(after); in insertChild()
709 ValuesDelta entry = ValuesDelta.fromAfter(values); in parseValues()
977 newState.addEntry(ValuesDelta.fromAfter(values)); in migrateStateForNewContact()
1066 newState.addEntry(ValuesDelta.fromAfter(values)); in migrateStructuredName()
1176 newState.addEntry(ValuesDelta.fromAfter(values)); in migratePostal()
1229 newState.addEntry(ValuesDelta.fromAfter(values)); in migrateEvent()
1248 newState.addEntry(ValuesDelta.fromAfter(values)); in migrateGenericWithoutTypeColumn()
1352 newState.addEntry(ValuesDelta.fromAfter(values)); in migrateGenericWithTypeColumn()
DValuesDelta.java72 public static ValuesDelta fromAfter(ContentValues after) { in fromAfter() method in ValuesDelta
/packages/apps/Contacts/src/com/android/contacts/list/
DCustomContactListFilterActivity.java281 return fromAfter(values).setUngrouped(accountHasGroups);
295 public static GroupDelta fromAfter(ContentValues after) {
/packages/apps/Contacts/src/com/android/contacts/activities/
DAttachPhotoActivity.java398 = new RawContactDelta(ValuesDelta.fromAfter(after)); in createNewRawContact()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java1164 ValuesDelta.fromAfter(rawContact.getValues())); in createNewRawContactDelta()
1256 ValuesDelta.fromAfter(rawContact.getValues())); in createLocalRawContactDelta()