Searched defs:rowUri (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java819 protected void assertStoredValue(Uri rowUri, String column, Object expectedValue) { argument
820 String value = getStoredValue(rowUri, column);
828 protected void assertStoredValue(Uri rowUri, String selection, String[] selectionArgs, argument
830 String value = getStoredValue(rowUri, selection, selectionArgs, column);
838 protected String getStoredValue(Uri rowUri, String column) { argument
839 return getStoredValue(rowUri, null, null, column);
900 protected void assertStoredValues(Uri rowUri, ContentValues expectedValues) { argument
901 assertStoredValues(rowUri, null, null, expectedValues);
904 protected void assertStoredValues(Uri rowUri, ContentValues[] expectedValues) { argument
905 assertStoredValues(rowUri, nul
908 assertStoredValues(Uri rowUri, String selection, String[] selectionArgs, ContentValues expectedValues) argument
920 assertStoredValuesWithProjection(Uri rowUri, ContentValues expectedValues) argument
924 assertStoredValuesWithProjection(Uri rowUri, ContentValues[] expectedValues) argument
936 assertStoredValues( Uri rowUri, String selection, String[] selectionArgs, ContentValues[] expectedValues) argument
947 assertStoredValuesOrderly(Uri rowUri, ContentValues[] expectedValues) argument
951 assertStoredValuesOrderly(Uri rowUri, String selection, String[] selectionArgs, ContentValues[] expectedValues) argument
[all...]

Completed in 8 milliseconds