Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DTestUtils.java231 public static Uri insertProfileRawContact( in insertProfileRawContact() method in TestUtils
DBaseContactsProvider2Test.java1391 protected Uri insertProfileRawContact(ContentValues values) { in insertProfileRawContact() method in BaseContactsProvider2Test
1392 return TestUtils.insertProfileRawContact(mResolver, in insertProfileRawContact()
DContactsProvider2Test.java9709 rawContactUri = insertProfileRawContact(values); in createRawContact()