Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactsContract_DataTest.java217 TestData data = rawContact.newDataRow(CommonDataKinds.StructuredName.CONTENT_ITEM_TYPE) in testGetLookupUriBySourceId()
235 TestData data = rawContact.newDataRow(CommonDataKinds.StructuredName.CONTENT_ITEM_TYPE) in testDataProjection()
251 TestData data = rawContact.newDataRow(CommonDataKinds.StructuredName.CONTENT_ITEM_TYPE) in testRawContactsEntityProjection()
313 TestData data = rawContact.newDataRow(CommonDataKinds.StructuredName.CONTENT_ITEM_TYPE) in testEntityProjection()
416 TestData data = rawContact.newDataRow(CommonDataKinds.StructuredName.CONTENT_ITEM_TYPE) in testGetLookupUriByDisplayName()
433 rawContact.newDataRow(CommonDataKinds.Email.CONTENT_ITEM_TYPE) in testContactablesUri()
445 rawContact.newDataRow(CommonDataKinds.StructuredPostal.CONTENT_ITEM_TYPE) in testContactablesUri()
449 rawContact.newDataRow(Phone.CONTENT_ITEM_TYPE) in testContactablesUri()
609 mRawContacts[2].newDataRow(Phone.CONTENT_ITEM_TYPE) in testPhoneQuery_removeDuplicateEntries()
641 mRawContacts[2].newDataRow(Email.CONTENT_ITEM_TYPE) in testEmailQuery_removeDuplicateEntries()
[all …]
DContactsContract_ContactCountsTest.java121 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()
DContactsContract_StructuredPhoneticName.java63 TestData name1 = rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testPhoneticStructuredName()
87 TestData name1 = rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testPhoneticStructuredName_phoneticPriority1()
97 TestData name2 = rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testPhoneticStructuredName_phoneticPriority1()
124 TestData name2 = rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testPhoneticStructuredName_phoneticPriority2()
134 TestData name1 = rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testPhoneticStructuredName_phoneticPriority2()
DContactsContract_SearchSnippetsTest.java333 rawContact.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupTestData()
336 rawContact.newDataRow(Phone.CONTENT_ITEM_TYPE) in setupTestData()
347 rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupTestData()
350 rawContact2.newDataRow(Email.CONTENT_ITEM_TYPE) in setupTestData()
354 rawContact2.newDataRow(Phone.CONTENT_ITEM_TYPE) in setupTestData()
366 rawContact3.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupTestData()
369 rawContact3.newDataRow(StructuredPostal.CONTENT_ITEM_TYPE) in setupTestData()
373 rawContact3.newDataRow(Note.CONTENT_ITEM_TYPE) in setupTestData()
DContactsContract_PhoneLookup.java78 rawContact.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupTestData()
81 long dataId = rawContact.newDataRow(Phone.CONTENT_ITEM_TYPE) in setupTestData()
92 rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupTestData()
95 long dataId2 = rawContact2.newDataRow(Phone.CONTENT_ITEM_TYPE) in setupTestData()
107 rawContact3.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupTestData()
110 long dataId3 = rawContact2.newDataRow(SipAddress.CONTENT_ITEM_TYPE) in setupTestData()
DContactsContract_IsSuperPrimaryName.java76 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()
DContactsContract_FrequentsStrequentsTest.java428 rawContact.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupTestData()
431 mDataIds[0] = rawContact.newDataRow(Phone.CONTENT_ITEM_TYPE) in setupTestData()
442 rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupTestData()
445 mDataIds[1] = rawContact2.newDataRow(Email.CONTENT_ITEM_TYPE) in setupTestData()
456 rawContact3.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupTestData()
459 mDataIds[2] = rawContact3.newDataRow(Phone.CONTENT_ITEM_TYPE) in setupTestData()
DContactsContract_GroupMembershipTest.java53 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()
DContactsContract_AggregationSuggestionsTest.java164 rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupThreeContacts()
174 rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupThreeContacts()
184 rawContact3.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in setupThreeContacts()
DContactsContract_PhotoTest.java70 TestData photoData = rawContact.newDataRow(Photo.CONTENT_ITEM_TYPE) in testAddPhoto()
91 TestData photoData = rawContact.newDataRow(Photo.CONTENT_ITEM_TYPE) in testAddEmptyPhoto()
DContactsContract_RawContactsTest.java94 rawContact.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testGetLookupUriBySourceId()
111 rawContact.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testGetLookupUriByDisplayName()
225 rawContact.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testProjection()
DContactsContract_ProviderStatus.java62 rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testProviderStatus_addedContacts()
DContactsContract_TestDataBuilder.java272 public TestData newDataRow(String mimeType) { in newDataRow() method in ContactsContract_TestDataBuilder.TestRawContact
DContactsContract_ContactsTest.java253 rawContact.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testProjection()