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

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

Completed in 169 milliseconds