D | BaseContactsProvider2Test.java | 892 String value = getStoredValue(rowUri, column); in assertStoredValue() 902 String value = getStoredValue(rowUri, selection, selectionArgs, column); in assertStoredValue() 910 protected String getStoredValue(Uri rowUri, String column) { in getStoredValue() method in BaseContactsProvider2Test 911 return getStoredValue(rowUri, null, null, column); in getStoredValue() 914 protected String getStoredValue(Uri uri, String selection, String[] selectionArgs, in getStoredValue() method in BaseContactsProvider2Test
|