Searched refs:copyStringWithDefault (Results 1 – 1 of 1) sorted by relevance
637 copyStringWithDefault(Downloads.Impl.COLUMN_TITLE, values, filteredValues, ""); in insert()638 copyStringWithDefault(Downloads.Impl.COLUMN_DESCRIPTION, values, filteredValues, ""); in insert()1302 private static final void copyStringWithDefault(String key, ContentValues from, in copyStringWithDefault() method in DownloadProvider