Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java3315 createBasicNonProfileContact(new ContentValues()); in testInsertProfileRequiresWritePermission()
3364 long nonProfileRawContactId = createBasicNonProfileContact(nonProfileValues); in testQueryContactThenProfile()
3379 createBasicNonProfileContact(nonProfileValues); in testQueryContactExcludeProfile()
8747 private long createBasicNonProfileContact(ContentValues nonProfileValues) { in createBasicNonProfileContact() method in ContactsProvider2Test