Home
last modified time | relevance | path

Searched refs:COLUMN_NO_INTEGRITY (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/mmslib/
DDownloads.java155 public static final String COLUMN_NO_INTEGRITY = "no_integrity"; field in Downloads.Impl
/packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
DPublicApiAccessTest.java38 Downloads.Impl.COLUMN_NO_INTEGRITY,
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadInfo.java68 info.mNoIntegrity = getInt(Downloads.Impl.COLUMN_NO_INTEGRITY) == 1; in updateFromDatabase()
DDownloadProvider.java233 addMapping(map, Downloads.Impl.COLUMN_NO_INTEGRITY); in addMapping() argument
563 Downloads.Impl.COLUMN_NO_INTEGRITY + " BOOLEAN, " + in createDownloadsTable()
798 copyBoolean(Downloads.Impl.COLUMN_NO_INTEGRITY, values, filteredValues); in insert()