Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/
DEntityDeltaTests.java110 source.addEntry(ValuesDelta.fromAfter(phone)); in testParcelChangesInsert()
166 final ValuesDelta values = ValuesDelta.fromAfter(after); in testValuesDiffInsert()
227 source.addEntry(ValuesDelta.fromAfter(phone)); in testEntityDiffNoneInsert()
267 source.addEntry(ValuesDelta.fromAfter(phone)); in testEntityDiffUpdateInsert()
363 final ValuesDelta values = ValuesDelta.fromAfter(after); in testEntityDiffInsert()
384 final ValuesDelta values = ValuesDelta.fromAfter(after); in testEntityDiffInsertInsert()
392 source.addEntry(ValuesDelta.fromAfter(phone)); in testEntityDiffInsertInsert()
DEntitySetTests.java111 final ValuesDelta values = ValuesDelta.fromAfter(after); in getInsert()
140 final EntityDelta after = new EntityDelta(ValuesDelta.fromAfter(contact)); in buildAfterEntity()
142 after.addEntry(ValuesDelta.fromAfter(entry)); in buildAfterEntity()
171 match.addEntry(ValuesDelta.fromAfter(values)); in insertPhone()
455 final ValuesDelta bluePhone = ValuesDelta.fromAfter(buildPhone(PHONE_BLUE)); in testMergeDataLocalInsertRemoteInsert()
DEntityModifierTests.java288 final ValuesDelta values = ValuesDelta.fromAfter(after); in testIsEmptyEmpty()
/packages/apps/Contacts/src/com/android/contacts/model/
DGoogleSource.java257 state.addEntry(ValuesDelta.fromAfter(values)); in attemptMyContactsMembership()
DEntityModifier.java343 final ValuesDelta child = ValuesDelta.fromAfter(after); in insertChild()
DEntityDelta.java508 public static ValuesDelta fromAfter(ContentValues after) { in fromAfter() method in EntityDelta.ValuesDelta
/packages/apps/Contacts/src/com/android/contacts/ui/
DDisplayGroupsActivity.java223 return fromAfter(values).setUngrouped(accountHasGroups); in fromSettings()
237 public static GroupDelta fromAfter(ContentValues after) { in fromAfter() method in DisplayGroupsActivity.GroupDelta
DEditContactActivity.java1072 final EntityDelta insert = new EntityDelta(ValuesDelta.fromAfter(values)); in selectAccount()