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.java3955 ContentValues profileValues = new ContentValues(); in testQueryContactThenProfile() local
3983 ContentValues profileValues = new ContentValues(); in testQueryProfile() local
4030 ContentValues profileValues = new ContentValues(); in testQueryRawProfile() local
4040 ContentValues profileValues = new ContentValues(); in testQueryRawProfileById() local
4047 Profile.CONTENT_RAW_CONTACTS_URI, profileRawContactId), profileValues); in testQueryRawProfileById() local
9797 private long createBasicProfileContact(ContentValues profileValues) { in createBasicProfileContact()