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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java935 assertStoredValuesWithProjection(filterUri1, values);
1197 assertStoredValuesWithProjection(filterUri1, values);
1200 assertStoredValuesWithProjection(filterUri2, values);
1203 assertStoredValuesWithProjection(filterUri3, values);
1206 assertStoredValuesWithProjection(filterUri4, values);
1458 assertStoredValuesWithProjection(contactUri, values);
1480 assertStoredValuesWithProjection(filterUri1, values);
1514 assertStoredValuesWithProjection(filterUri1, values);
1540 assertStoredValuesWithProjection(filterUri1, values);
2262 assertStoredValuesWithProjection(ur
[all...]
H A DBaseContactsProvider2Test.java920 protected void assertStoredValuesWithProjection(Uri rowUri, ContentValues expectedValues) { method in class:BaseContactsProvider2Test
921 assertStoredValuesWithProjection(rowUri, new ContentValues[] {expectedValues});
924 protected void assertStoredValuesWithProjection(Uri rowUri, ContentValues[] expectedValues) { method in class:BaseContactsProvider2Test

Completed in 19 milliseconds