Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java4097 ContentValues profileValues = new ContentValues(); in testQueryContactThenProfile() local
4123 ContentValues profileValues = new ContentValues(); in testQueryProfile() local
4169 ContentValues profileValues = new ContentValues(); in testQueryRawProfile() local
4178 ContentValues profileValues = new ContentValues(); in testQueryRawProfileById() local
4184 Profile.CONTENT_RAW_CONTACTS_URI, profileRawContactId), profileValues); in testQueryRawProfileById() local
9709 private long createBasicProfileContact(ContentValues profileValues) { in createBasicProfileContact()