Searched defs:profileValues (Results 1 – 1 of 1) sorted by relevance
4076 ContentValues profileValues = new ContentValues(); in testQueryContactThenProfile() local4106 ContentValues profileValues = new ContentValues(); in testQueryProfile() local4156 ContentValues profileValues = new ContentValues(); in testQueryRawProfile() local4167 ContentValues profileValues = new ContentValues(); in testQueryRawProfileById() local4174 Profile.CONTENT_RAW_CONTACTS_URI, profileRawContactId), profileValues); in testQueryRawProfileById() local10224 private long createBasicProfileContact(ContentValues profileValues) { in createBasicProfileContact()