Home
last modified time | relevance | path

Searched refs:insertRawContact (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DRawContactUtil.java44 Long rawContactId = insertRawContact(resolver, account); in createRawContactWithName()
51 Long rawContactId = insertRawContact(resolver, account); in createRawContactWithAutoGeneratedName()
56 public static long insertRawContact(ContentResolver resolver, Account account) { in insertRawContact() method in RawContactUtil
DContactsContract_RawContactsTest.java135 long rawContactid = RawContactUtil.insertRawContact(mResolver, in testRawContactDelete_setsDeleteFlag()
161 long rawContactid = RawContactUtil.insertRawContact(mResolver, account); in testRawContactDelete_localDeleteRemovesRecord()
173 long rawContactid = RawContactUtil.insertRawContact(mResolver, in testRawContactDelete_removesRecord()
210 long rawContactid = RawContactUtil.insertRawContact(mResolver, null); in testRawContactCreate_noAccountUsesLocalAccount()