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

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

Completed in 25 milliseconds