Home
last modified time | relevance | path

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

/cts/tests/tests/provider/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.java124 long rawContactid = RawContactUtil.insertRawContact(mResolver, in testRawContactDelete_setsDeleteFlag()
145 long rawContactid = RawContactUtil.insertRawContact(mResolver, in testRawContactDelete_removesRecord()