Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactModifierTests.java850 ContentValues output = list.get(0).getAfter(); in testMigrateNameFromGoogleToExchange()
878 ContentValues outputValues = list.get(0).getAfter(); in testMigratePostalFromGoogleToExchange()
905 ContentValues outputValues = list.get(0).getAfter(); in testMigratePostalFromExchangeToGoogle()
944 ContentValues outputValues = list.get(0).getAfter(); in testMigrateEventCommon()
975 ContentValues outputValues = list.get(0).getAfter(); in testMigrateEventFromGoogleToExchange2()
1018 ContentValues outputValues = list.get(0).getAfter(); in testMigrateEmailFromGoogleToExchange()
1023 outputValues = list.get(1).getAfter(); in testMigrateEmailFromGoogleToExchange()
1027 outputValues = list.get(2).getAfter(); in testMigrateEmailFromGoogleToExchange()
1081 ContentValues outputValues = list.get(0).getAfter(); in testMigrateImFromGoogleToExchange()
1087 outputValues = list.get(1).getAfter(); in testMigrateImFromGoogleToExchange()
[all …]
DRawContactDeltaListTests.java401 buildCPOWrapper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()), in testMergeDataLocalUpdateRemoteInsert()
409 buildCPOWrapper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()), in testMergeDataLocalUpdateRemoteInsert()
426 buildCPOWrapper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()), in testMergeDataLocalUpdateRemoteDelete()
555 buildCPOWrapper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()), in testMergeRawContactLocalUpdateRemoteDelete()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java975 ContentValues values = entry.getAfter(); in migrateStateForNewContact()
1036 oldState.getPrimaryEntry(StructuredName.CONTENT_ITEM_TYPE).getAfter(); in migrateStructuredName()
1098 final ContentValues values = entry.getAfter(); in migratePostal()
1194 final ContentValues values = entry.getAfter(); in migrateEvent()
1246 ContentValues values = entry.getAfter(); in migrateGenericWithoutTypeColumn()
1320 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/
DEditorUiUtils.java232 if (valuesDelta.getAfter() == null || valuesDelta.getAfter().get(Photo.PHOTO) == null) { in getPhotoFileId()
DContactEditorFragment.java1016 final ContentValues pending = after.getAfter(); in structuredNamesAreEqual()