HomeSort by relevance Sort by last modified time
    Searched refs:newDataRow (Results 1 - 9 of 9) sorted by null

  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DataTest.java 132 TestData data = rawContact.newDataRow(CommonDataKinds.StructuredName.CONTENT_ITEM_TYPE)
149 TestData data = rawContact.newDataRow(CommonDataKinds.StructuredName.CONTENT_ITEM_TYPE)
166 rawContact.newDataRow(CommonDataKinds.Email.CONTENT_ITEM_TYPE)
178 rawContact.newDataRow(CommonDataKinds.StructuredPostal.CONTENT_ITEM_TYPE)
182 rawContact.newDataRow(Phone.CONTENT_ITEM_TYPE)
311 mRawContacts[2].newDataRow(Phone.CONTENT_ITEM_TYPE)
343 mRawContacts[2].newDataRow(Email.CONTENT_ITEM_TYPE)
416 rawContact.newDataRow(StructuredName.CONTENT_ITEM_TYPE)
419 rawContact.newDataRow(Email.CONTENT_ITEM_TYPE)
423 rawContact.newDataRow(Email.CONTENT_ITEM_TYPE
    [all...]
ContactsContract_GroupMembershipTest.java 53 TestData groupMembership = rawContact.newDataRow(GroupMembership.CONTENT_ITEM_TYPE)
72 TestData groupMembership = rawContact.newDataRow(GroupMembership.CONTENT_ITEM_TYPE)
87 TestData groupMembership = rawContact.newDataRow(GroupMembership.CONTENT_ITEM_TYPE)
ContactsContract_SearchSnippetsTest.java 221 rawContact.newDataRow(StructuredName.CONTENT_ITEM_TYPE)
224 rawContact.newDataRow(Phone.CONTENT_ITEM_TYPE)
235 rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE)
238 rawContact2.newDataRow(Email.CONTENT_ITEM_TYPE)
242 rawContact2.newDataRow(Phone.CONTENT_ITEM_TYPE)
254 rawContact3.newDataRow(StructuredName.CONTENT_ITEM_TYPE)
257 rawContact3.newDataRow(StructuredPostal.CONTENT_ITEM_TYPE)
261 rawContact3.newDataRow(Note.CONTENT_ITEM_TYPE)
ContactsContract_ContactCountsTest.java 121 rawContact.newDataRow(StructuredName.CONTENT_ITEM_TYPE)
131 rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE)
141 rawContact3.newDataRow(StructuredName.CONTENT_ITEM_TYPE)
151 rawContact4.newDataRow(StructuredName.CONTENT_ITEM_TYPE)
161 rawContact5.newDataRow(StructuredName.CONTENT_ITEM_TYPE)
171 rawContact6.newDataRow(StructuredName.CONTENT_ITEM_TYPE)
ContactsContract_FrequentsStrequentsTest.java 311 rawContact.newDataRow(StructuredName.CONTENT_ITEM_TYPE)
314 mDataIds[0] = rawContact.newDataRow(Phone.CONTENT_ITEM_TYPE)
325 rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE)
328 mDataIds[1] = rawContact2.newDataRow(Email.CONTENT_ITEM_TYPE)
339 rawContact3.newDataRow(StructuredName.CONTENT_ITEM_TYPE)
342 mDataIds[2] = rawContact3.newDataRow(Phone.CONTENT_ITEM_TYPE)
ContactsContract_PhoneLookup.java 68 rawContact.newDataRow(StructuredName.CONTENT_ITEM_TYPE)
71 rawContact.newDataRow(Phone.CONTENT_ITEM_TYPE)
82 rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE)
85 rawContact2.newDataRow(Phone.CONTENT_ITEM_TYPE)
ContactsContract_PhotoTest.java 68 TestData photoData = rawContact.newDataRow(Photo.CONTENT_ITEM_TYPE)
89 TestData photoData = rawContact.newDataRow(Photo.CONTENT_ITEM_TYPE)
ContactsContract_RawContactsTest.java 65 rawContact.newDataRow(StructuredName.CONTENT_ITEM_TYPE)
82 rawContact.newDataRow(StructuredName.CONTENT_ITEM_TYPE)
ContactsContract_TestDataBuilder.java 264 public TestData newDataRow(String mimeType) {

Completed in 230 milliseconds