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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java815 protected void assertStoredValue(Uri contentUri, long id, String column, Object expectedValue) { method in class:BaseContactsProvider2Test
816 assertStoredValue(ContentUris.withAppendedId(contentUri, id), column, expectedValue);
819 protected void assertStoredValue(Uri rowUri, String column, Object expectedValue) { method in class:BaseContactsProvider2Test
828 protected void assertStoredValue(Uri rowUri, String selection, String[] selectionArgs, method in class:BaseContactsProvider2Test

Completed in 8 milliseconds