Searched refs:IS_DOWNLOAD (Results 1 – 4 of 4) sorted by relevance
/packages/providers/MediaProvider/tests/src/com/android/providers/media/ |
D | DatabaseHelperTest.java | 380 assertEquals("0", c.getString(c.getColumnIndexOrThrow(FileColumns.IS_DOWNLOAD))); in assertRecompute() 390 assertEquals("0", c.getString(c.getColumnIndexOrThrow(FileColumns.IS_DOWNLOAD))); in assertRecompute() 402 assertEquals("1", c.getString(c.getColumnIndexOrThrow(FileColumns.IS_DOWNLOAD))); in assertRecompute() 411 assertEquals("1", c.getString(c.getColumnIndexOrThrow(FileColumns.IS_DOWNLOAD))); in assertRecompute() 420 assertEquals("1", c.getString(c.getColumnIndexOrThrow(FileColumns.IS_DOWNLOAD))); in assertRecompute()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 3598 values.put(FileColumns.IS_DOWNLOAD, isDownload(path) ? 1 : 0); in insertDirectory() 4037 values.put(FileColumns.IS_DOWNLOAD, 1); in maybeMarkAsDownload() 4189 initialValues.remove(FileColumns.IS_DOWNLOAD); in insertInternal() 4375 initialValues.put(FileColumns.IS_DOWNLOAD, 1); in insertInternal() 5057 appendWhereStandalone(qb, FileColumns.IS_DOWNLOAD + "=1"); in getQueryBuilderInternal() 5289 FileColumns.IS_DOWNLOAD, in deleteInternal()
|
/packages/providers/MediaProvider/apex/framework/api/ |
D | current.txt | 340 field public static final String IS_DOWNLOAD = "is_download";
|
/packages/providers/MediaProvider/apex/framework/java/android/provider/ |
D | MediaStore.java | 1473 public static final String IS_DOWNLOAD = "is_download"; field
|