D | BaseContactsProvider2Test.java | 913 protected void assertStoredValue(Uri contentUri, long id, String column, Object expectedValue) { in assertStoredValue() method in BaseContactsProvider2Test 914 assertStoredValue(ContentUris.withAppendedId(contentUri, id), column, expectedValue); in assertStoredValue() 917 protected void assertStoredValue(Uri rowUri, String column, Object expectedValue) { in assertStoredValue() method in BaseContactsProvider2Test 926 protected void assertStoredValue(Uri rowUri, String selection, String[] selectionArgs, in assertStoredValue() method in BaseContactsProvider2Test
|