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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java870 protected void assertStoredValue(Uri rowUri, String column, Object expectedValue) { argument
871 String value = getStoredValue(rowUri, column);
879 protected void assertStoredValue(Uri rowUri, String selection, String[] selectionArgs, argument
881 String value = getStoredValue(rowUri, selection, selectionArgs, column);
889 protected String getStoredValue(Uri rowUri, String column) { argument
890 return getStoredValue(rowUri, null, null, column);
951 protected void assertStoredValues(Uri rowUri, ContentValues expectedValues) { argument
952 assertStoredValues(rowUri, null, null, expectedValues);
955 protected void assertStoredValues(Uri rowUri, ContentValues... expectedValues) { argument
956 assertStoredValues(rowUri, nul
959 assertStoredValues(Uri rowUri, String selection, String[] selectionArgs, ContentValues expectedValues) argument
974 assertStoredValuesWithProjection(Uri rowUri, ContentValues expectedValues) argument
978 assertStoredValuesWithProjection(Uri rowUri, ContentValues... expectedValues) argument
993 assertStoredValues( Uri rowUri, String selection, String[] selectionArgs, ContentValues... expectedValues) argument
1021 assertStoredValuesOrderly(Uri rowUri, ContentValues... expectedValues) argument
1025 assertStoredValuesOrderly(Uri rowUri, String selection, String[] selectionArgs, ContentValues... expectedValues) argument
[all...]

Completed in 30 milliseconds