Searched refs:profileValues (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java4097 ContentValues profileValues = new ContentValues();
4098 long profileRawContactId = createBasicProfileContact(profileValues);
4108 assertStoredValues(Profile.CONTENT_URI, profileValues);
4123 ContentValues profileValues = new ContentValues();
4124 createBasicProfileContact(profileValues);
4126 assertStoredValues(Profile.CONTENT_URI, profileValues);
4169 ContentValues profileValues = new ContentValues();
4170 createBasicProfileContact(profileValues);
4173 profileValues.remove(Contacts.PHOTO_ID);
4174 assertStoredValues(Profile.CONTENT_RAW_CONTACTS_URI, profileValues);
9709 createBasicProfileContact(ContentValues profileValues) argument
[all...]

Completed in 87 milliseconds