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

  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DataTest.java 293 TestRawContact rawContact3 = mBuilder.newRawContact()
297 rawContact3.newDataRow(StructuredName.CONTENT_ITEM_TYPE)
300 rawContact3.newDataRow(Email.CONTENT_ITEM_TYPE)
304 rawContact3.newDataRow(Phone.CONTENT_ITEM_TYPE)
308 rawContact3.newDataRow(Organization.CONTENT_ITEM_TYPE)
311 return new long[] {rawContact.getId(), rawContact2.getId(), rawContact3.getId()};
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 33 milliseconds