Searched refs:fromAfter (Results 1 – 9 of 9) sorted by relevance
352 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 …]
105 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()
106 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()
47 final ValuesDelta values = ValuesDelta.fromAfter(after); in testValuesDiffInsert()
364 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()
72 public static ValuesDelta fromAfter(ContentValues after) { in fromAfter() method in ValuesDelta
281 return fromAfter(values).setUngrouped(accountHasGroups);295 public static GroupDelta fromAfter(ContentValues after) {
398 = new RawContactDelta(ValuesDelta.fromAfter(after)); in createNewRawContact()
1164 ValuesDelta.fromAfter(rawContact.getValues())); in createNewRawContactDelta()1256 ValuesDelta.fromAfter(rawContact.getValues())); in createLocalRawContactDelta()