D | BaseContactsProvider2Test.java | 865 protected void storeValue(Uri contentUri, long id, String column, String value) { in storeValue() method in BaseContactsProvider2Test 866 storeValue(ContentUris.withAppendedId(contentUri, id), column, value); in storeValue() 869 protected void storeValue(Uri contentUri, String column, String value) { in storeValue() method in BaseContactsProvider2Test 876 protected void storeValue(Uri contentUri, long id, String column, long value) { in storeValue() method in BaseContactsProvider2Test 877 storeValue(ContentUris.withAppendedId(contentUri, id), column, value); in storeValue() 880 protected void storeValue(Uri contentUri, String column, long value) { in storeValue() method in BaseContactsProvider2Test
|