Home
last modified time | relevance | path

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

/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsProvider2_AccountRemovalTest.java145 .createRawContactWithAutoGeneratedName(mResolver, deviceAccount); in testAccountRemoval_doesNotDeleteLocalAccountContacts()
177 .createRawContactWithAutoGeneratedName(mResolver, in testAccountRemoval_doesNotDeleteSimAccountContacts()
214 .createRawContactWithAutoGeneratedName(mResolver, in testRemoveSimAccount_deleteSimAccountContacts()
DRawContactUtil.java49 public static long createRawContactWithAutoGeneratedName(ContentResolver resolver, in createRawContactWithAutoGeneratedName() method in RawContactUtil
DDatabaseAsserts.java89 long rawContactId = RawContactUtil.createRawContactWithAutoGeneratedName(resolver, account); in assertAndCreateContact()