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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java796 protected void storeValue(Uri contentUri, long id, String column, String value) { method in class:BaseContactsProvider2Test
797 storeValue(ContentUris.withAppendedId(contentUri, id), column, value);
800 protected void storeValue(Uri contentUri, String column, String value) { method in class:BaseContactsProvider2Test
807 protected void storeValue(Uri contentUri, long id, String column, long value) { method in class:BaseContactsProvider2Test
808 storeValue(ContentUris.withAppendedId(contentUri, id), column, value);
811 protected void storeValue(Uri contentUri, String column, long value) { method in class:BaseContactsProvider2Test

Completed in 82 milliseconds