D | BaseContactsProvider2Test.java | 900 String value = getStoredValue(rowUri, column); in assertStoredValue() 910 String value = getStoredValue(rowUri, selection, selectionArgs, column); in assertStoredValue() 918 protected String getStoredValue(Uri rowUri, String column) { in getStoredValue() method in BaseContactsProvider2Test 919 return getStoredValue(rowUri, null, null, column); in getStoredValue() 922 protected String getStoredValue(Uri uri, String selection, String[] selectionArgs, in getStoredValue() method in BaseContactsProvider2Test
|