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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java783 protected void storeValue(Uri contentUri, long id, String column, String value) { method in class:BaseContactsProvider2Test
784 storeValue(ContentUris.withAppendedId(contentUri, id), column, value);
787 protected void storeValue(Uri contentUri, String column, String value) { method in class:BaseContactsProvider2Test
794 protected void storeValue(Uri contentUri, long id, String column, long value) { method in class:BaseContactsProvider2Test
795 storeValue(ContentUris.withAppendedId(contentUri, id), column, value);
798 protected void storeValue(Uri contentUri, String column, long value) { method in class:BaseContactsProvider2Test

Completed in 47 milliseconds