Home
last modified time | relevance | path

Searched defs:nonProfileValues (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java4080 ContentValues nonProfileValues = new ContentValues(); in testQueryContactThenProfile() local
4098 ContentValues nonProfileValues = new ContentValues(); in testQueryContactExcludeProfile() local
10238 private long createBasicNonProfileContact(ContentValues nonProfileValues) { in createBasicNonProfileContact()