HomeSort by relevance Sort by last modified time
    Searched refs:COLUMN_NO_INTEGRITY (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/provider/
Downloads.java 155 public static final String COLUMN_NO_INTEGRITY = "no_integrity";
  /packages/apps/Messaging/src/com/android/messaging/mmslib/
Downloads.java 155 public static final String COLUMN_NO_INTEGRITY = "no_integrity";
  /packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
PublicApiAccessTest.java 38 Downloads.Impl.COLUMN_NO_INTEGRITY,
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadInfo.java 68 info.mNoIntegrity = getInt(Downloads.Impl.COLUMN_NO_INTEGRITY) == 1;
DownloadProvider.java 404 Downloads.Impl.COLUMN_NO_INTEGRITY + " BOOLEAN, " +
530 copyBoolean(Downloads.Impl.COLUMN_NO_INTEGRITY, values, filteredValues);
    [all...]

Completed in 43 milliseconds