Home
last modified time | relevance | path

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

/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java4076 ContentValues profileValues = new ContentValues(); in testQueryContactThenProfile() local
4106 ContentValues profileValues = new ContentValues(); in testQueryProfile() local
4156 ContentValues profileValues = new ContentValues(); in testQueryRawProfile() local
4167 ContentValues profileValues = new ContentValues(); in testQueryRawProfileById() local
4174 Profile.CONTENT_RAW_CONTACTS_URI, profileRawContactId), profileValues); in testQueryRawProfileById() local
10224 private long createBasicProfileContact(ContentValues profileValues) { in createBasicProfileContact()