Searched refs:newDataRow (Results 1 – 14 of 14) sorted by relevance
63 TestData name1 = rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testPhoneticStructuredName()81 TestData name1 = rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testPhoneticStructuredName_phoneticPriority1()91 TestData name2 = rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testPhoneticStructuredName_phoneticPriority1()118 TestData name2 = rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testPhoneticStructuredName_phoneticPriority2()128 TestData name1 = rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testPhoneticStructuredName_phoneticPriority2()
121 rawContact.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupTestData()131 rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupTestData()141 rawContact3.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupTestData()151 rawContact4.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupTestData()161 rawContact5.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupTestData()171 rawContact6.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupTestData()
221 rawContact.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupTestData()224 rawContact.newDataRow(Phone.CONTENT_ITEM_TYPE) in setupTestData()235 rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupTestData()238 rawContact2.newDataRow(Email.CONTENT_ITEM_TYPE) in setupTestData()242 rawContact2.newDataRow(Phone.CONTENT_ITEM_TYPE) in setupTestData()254 rawContact3.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupTestData()257 rawContact3.newDataRow(StructuredPostal.CONTENT_ITEM_TYPE) in setupTestData()261 rawContact3.newDataRow(Note.CONTENT_ITEM_TYPE) in setupTestData()
218 TestData data = rawContact.newDataRow(CommonDataKinds.StructuredName.CONTENT_ITEM_TYPE) in testGetLookupUriBySourceId()236 TestData data = rawContact.newDataRow(CommonDataKinds.StructuredName.CONTENT_ITEM_TYPE) in testDataProjection()252 TestData data = rawContact.newDataRow(CommonDataKinds.StructuredName.CONTENT_ITEM_TYPE) in testRawContactsEntityProjection()312 TestData data = rawContact.newDataRow(CommonDataKinds.StructuredName.CONTENT_ITEM_TYPE) in testEntityProjection()413 TestData data = rawContact.newDataRow(CommonDataKinds.StructuredName.CONTENT_ITEM_TYPE) in testGetLookupUriByDisplayName()430 rawContact.newDataRow(CommonDataKinds.Email.CONTENT_ITEM_TYPE) in testContactablesUri()442 rawContact.newDataRow(CommonDataKinds.StructuredPostal.CONTENT_ITEM_TYPE) in testContactablesUri()446 rawContact.newDataRow(Phone.CONTENT_ITEM_TYPE) in testContactablesUri()575 mRawContacts[2].newDataRow(Phone.CONTENT_ITEM_TYPE) in testPhoneQuery_removeDuplicateEntries()607 mRawContacts[2].newDataRow(Email.CONTENT_ITEM_TYPE) in testEmailQuery_removeDuplicateEntries()[all …]
76 TestData name1 = rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testInner_displayNameFromIsSuperPrimary()87 TestData name2 = rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testInner_displayNameFromIsSuperPrimary()137 TestData name1 = rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testIsSuperPrimaryName_mergeBothSuperPrimary()148 TestData name2 = rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testIsSuperPrimaryName_mergeBothSuperPrimary()
53 TestData groupMembership = rawContact.newDataRow(GroupMembership.CONTENT_ITEM_TYPE) in testAddGroupMembershipWithGroupRowId()72 TestData groupMembership = rawContact.newDataRow(GroupMembership.CONTENT_ITEM_TYPE) in testAddGroupMembershipWithGroupSourceId()87 TestData groupMembership = rawContact.newDataRow(GroupMembership.CONTENT_ITEM_TYPE) in testAddGroupMembershipWithUnknownGroupSourceId()
68 rawContact.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupTestData()71 rawContact.newDataRow(Phone.CONTENT_ITEM_TYPE) in setupTestData()82 rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupTestData()85 rawContact2.newDataRow(Phone.CONTENT_ITEM_TYPE) in setupTestData()
440 rawContact.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupTestData()443 mDataIds[0] = rawContact.newDataRow(Phone.CONTENT_ITEM_TYPE) in setupTestData()454 rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupTestData()457 mDataIds[1] = rawContact2.newDataRow(Email.CONTENT_ITEM_TYPE) in setupTestData()468 rawContact3.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupTestData()471 mDataIds[2] = rawContact3.newDataRow(Phone.CONTENT_ITEM_TYPE) in setupTestData()
165 rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupThreeContacts()175 rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupThreeContacts()185 rawContact3.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupThreeContacts()
68 TestData photoData = rawContact.newDataRow(Photo.CONTENT_ITEM_TYPE) in testAddPhoto()89 TestData photoData = rawContact.newDataRow(Photo.CONTENT_ITEM_TYPE) in testAddEmptyPhoto()
99 rawContact.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testGetLookupUriBySourceId()116 rawContact.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testGetLookupUriByDisplayName()230 rawContact.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testProjection()
63 rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testProviderStatus_addedContacts()
173 rawContact.newDataRow(StructuredName.CONTENT_ITEM_TYPE)
264 public TestData newDataRow(String mimeType) { in newDataRow() method in ContactsContract_TestDataBuilder.TestRawContact