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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java865 protected void storeValue(Uri contentUri, long id, String column, String value) { method in class:BaseContactsProvider2Test
866 storeValue(ContentUris.withAppendedId(contentUri, id), column, value);
869 protected void storeValue(Uri contentUri, String column, String value) { method in class:BaseContactsProvider2Test
876 protected void storeValue(Uri contentUri, long id, String column, long value) { method in class:BaseContactsProvider2Test
877 storeValue(ContentUris.withAppendedId(contentUri, id), column, value);
880 protected void storeValue(Uri contentUri, String column, long value) { method in class:BaseContactsProvider2Test

Completed in 91 milliseconds