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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java823 String value = getStoredValue(rowUri, column);
833 String value = getStoredValue(rowUri, selection, selectionArgs, column);
841 protected String getStoredValue(Uri rowUri, String column) { method in class:BaseContactsProvider2Test
842 return getStoredValue(rowUri, null, null, column);
845 protected String getStoredValue(Uri uri, String selection, String[] selectionArgs, method in class:BaseContactsProvider2Test

Completed in 34 milliseconds