Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactModifierTests.java833 ContentValues mockNameValues = new ContentValues(); in testMigrateNameFromGoogleToExchange() local
834 mockNameValues.put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE); in testMigrateNameFromGoogleToExchange()
835 mockNameValues.put(StructuredName.PREFIX, "prefix"); in testMigrateNameFromGoogleToExchange()
836 mockNameValues.put(StructuredName.GIVEN_NAME, "given"); in testMigrateNameFromGoogleToExchange()
837 mockNameValues.put(StructuredName.MIDDLE_NAME, "middle"); in testMigrateNameFromGoogleToExchange()
838 mockNameValues.put(StructuredName.FAMILY_NAME, "family"); in testMigrateNameFromGoogleToExchange()
839 mockNameValues.put(StructuredName.SUFFIX, "suffix"); in testMigrateNameFromGoogleToExchange()
840 mockNameValues.put(StructuredName.PHONETIC_FAMILY_NAME, "PHONETIC_FAMILY"); in testMigrateNameFromGoogleToExchange()
841 mockNameValues.put(StructuredName.PHONETIC_MIDDLE_NAME, "PHONETIC_MIDDLE"); in testMigrateNameFromGoogleToExchange()
842 mockNameValues.put(StructuredName.PHONETIC_GIVEN_NAME, "PHONETIC_GIVEN"); in testMigrateNameFromGoogleToExchange()
[all …]