Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java3959 ContentValues nonProfileValues = new ContentValues(); in testQueryContactThenProfile() local
3976 ContentValues nonProfileValues = new ContentValues(); in testQueryContactExcludeProfile() local
9811 private long createBasicNonProfileContact(ContentValues nonProfileValues) { in createBasicNonProfileContact()