Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactModifierTests.java858 ContentValues output = list.get(0).getAfter(); in testMigrateWithDisplayNameFromGoogleToExchange1()
902 ContentValues outputValues = list.get(0).getAfter(); in testMigrateWithDisplayNameFromGoogleToExchange2()
949 ContentValues outputValues = list.get(0).getAfter(); in testMigrateWithStructuredNameFromExchangeToGoogle()
971 ContentValues outputValues = list.get(0).getAfter(); in testMigratePostalFromGoogleToExchange()
998 ContentValues outputValues = list.get(0).getAfter(); in testMigratePostalFromExchangeToGoogle()
1037 ContentValues outputValues = list.get(0).getAfter(); in testMigrateEventCommon()
1068 ContentValues outputValues = list.get(0).getAfter(); in testMigrateEventFromGoogleToExchange2()
1111 ContentValues outputValues = list.get(0).getAfter(); in testMigrateEmailFromGoogleToExchange()
1116 outputValues = list.get(1).getAfter(); in testMigrateEmailFromGoogleToExchange()
1120 outputValues = list.get(2).getAfter(); in testMigrateEmailFromGoogleToExchange()
[all …]
DRawContactDeltaListTests.java399 buildCPOWrapper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()), in testMergeDataLocalUpdateRemoteInsert()
407 buildCPOWrapper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()), in testMergeDataLocalUpdateRemoteInsert()
424 buildCPOWrapper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()), in testMergeDataLocalUpdateRemoteDelete()
550 buildCPOWrapper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()), in testMergeRawContactLocalUpdateRemoteDelete()
/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoEditorView.java134 if (values.getAfter() == null || values.getAfter().get(Photo.PHOTO) == null) { in setValues()
DEditorUiUtils.java249 if (valuesDelta.getAfter() == null || valuesDelta.getAfter().get(Photo.PHOTO) == null) { in getPhotoFileId()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactModifier.java977 ContentValues values = entry.getAfter(); in migrateStateForNewContact()
1038 oldState.getPrimaryEntry(StructuredName.CONTENT_ITEM_TYPE).getAfter(); in migrateStructuredName()
1166 final ContentValues values = entry.getAfter(); in migratePostal()
1262 final ContentValues values = entry.getAfter(); in migrateEvent()
1314 ContentValues values = entry.getAfter(); in migrateGenericWithoutTypeColumn()
1388 final ContentValues values = entry.getAfter(); in migrateGenericWithTypeColumn()
DValuesDelta.java84 public ContentValues getAfter() { in getAfter() method in ValuesDelta
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntityDelta.java531 public ContentValues getAfter() { in getAfter() method in EntityDelta.ValuesDelta