Home
last modified time | relevance | path

Searched refs:getAfter (Results 1 – 6 of 6) sorted by relevance

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactModifierTests.java800 ContentValues output = list.get(0).getAfter(); in testMigrateWithDisplayNameFromGoogleToExchange1()
844 ContentValues outputValues = list.get(0).getAfter(); in testMigrateWithDisplayNameFromGoogleToExchange2()
891 ContentValues outputValues = list.get(0).getAfter(); in testMigrateWithStructuredNameFromExchangeToGoogle()
913 ContentValues outputValues = list.get(0).getAfter(); in testMigratePostalFromGoogleToExchange()
940 ContentValues outputValues = list.get(0).getAfter(); in testMigratePostalFromExchangeToGoogle()
979 ContentValues outputValues = list.get(0).getAfter(); in testMigrateEventCommon()
1010 ContentValues outputValues = list.get(0).getAfter(); in testMigrateEventFromGoogleToExchange2()
1053 ContentValues outputValues = list.get(0).getAfter(); in testMigrateEmailFromGoogleToExchange()
1058 outputValues = list.get(1).getAfter(); in testMigrateEmailFromGoogleToExchange()
1062 outputValues = list.get(2).getAfter(); in testMigrateEmailFromGoogleToExchange()
[all …]
DRawContactDeltaListTests.java384 buildOper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()), in testMergeDataLocalUpdateRemoteInsert()
392 buildOper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()), in testMergeDataLocalUpdateRemoteInsert()
409 buildOper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()), in testMergeDataLocalUpdateRemoteDelete()
535 buildOper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()), in testMergeRawContactLocalUpdateRemoteDelete()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactModifier.java984 ContentValues values = entry.getAfter(); in migrateStateForNewContact()
1045 oldState.getPrimaryEntry(StructuredName.CONTENT_ITEM_TYPE).getAfter(); in migrateStructuredName()
1173 final ContentValues values = entry.getAfter(); in migratePostal()
1269 final ContentValues values = entry.getAfter(); in migrateEvent()
1321 ContentValues values = entry.getAfter(); in migrateGenericWithoutTypeColumn()
1395 final ContentValues values = entry.getAfter(); in migrateGenericWithTypeColumn()
DValuesDelta.java82 public ContentValues getAfter() { in getAfter() method in ValuesDelta
/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoEditorView.java136 if (values.getAfter() == null || values.getAfter().get(Photo.PHOTO) == null) { in setValues()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntityDelta.java531 public ContentValues getAfter() { in getAfter() method in EntityDelta.ValuesDelta