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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java822 protected void assertStoredValue(Uri rowUri, String column, Object expectedValue) { argument
823 String value = getStoredValue(rowUri, column);
831 protected void assertStoredValue(Uri rowUri, String selection, String[] selectionArgs, argument
833 String value = getStoredValue(rowUri, selection, selectionArgs, column);
841 protected String getStoredValue(Uri rowUri, String column) { argument
842 return getStoredValue(rowUri, null, null, column);
881 protected void assertStoredValues(Uri rowUri, ContentValues expectedValues) { argument
882 assertStoredValues(rowUri, null, null, expectedValues);
885 protected void assertStoredValues(Uri rowUri, ContentValues... expectedValues) { argument
886 assertStoredValues(rowUri, nul
889 assertStoredValues(Uri rowUri, String selection, String[] selectionArgs, ContentValues expectedValues) argument
904 assertContainsValues(Uri rowUri, ContentValues expectedValues) argument
918 assertStoredValuesWithProjection(Uri rowUri, ContentValues expectedValues) argument
922 assertStoredValuesWithProjection(Uri rowUri, ContentValues... expectedValues) argument
937 assertStoredValues( Uri rowUri, String selection, String[] selectionArgs, ContentValues... expectedValues) argument
965 assertStoredValuesOrderly(Uri rowUri, ContentValues... expectedValues) argument
969 assertStoredValuesOrderly(Uri rowUri, String selection, String[] selectionArgs, ContentValues... expectedValues) argument
[all...]

Completed in 35 milliseconds