Searched refs:COLUMN_NO_INTEGRITY (Results 1 – 4 of 4) sorted by relevance
155 public static final String COLUMN_NO_INTEGRITY = "no_integrity"; field in Downloads.Impl
38 Downloads.Impl.COLUMN_NO_INTEGRITY,
68 info.mNoIntegrity = getInt(Downloads.Impl.COLUMN_NO_INTEGRITY) == 1; in updateFromDatabase()
233 addMapping(map, Downloads.Impl.COLUMN_NO_INTEGRITY); in addMapping() argument563 Downloads.Impl.COLUMN_NO_INTEGRITY + " BOOLEAN, " + in createDownloadsTable()798 copyBoolean(Downloads.Impl.COLUMN_NO_INTEGRITY, values, filteredValues); in insert()