Home | History | Annotate | Download | only in contacts

Lines Matching refs:assertStoredValuesWithProjection

995     protected void assertStoredValuesWithProjection(Uri rowUri, ContentValues expectedValues) {
996 assertStoredValuesWithProjection(rowUri, new ContentValues[] {expectedValues});
999 protected void assertStoredValuesWithProjection(Uri rowUri, ContentValues... expectedValues) {