Searched refs:_SPECIAL_FORMAT (Results 1 – 8 of 8) sorted by relevance
/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/ |
D | SpecialFormatDetectorTest.java | 77 MediaStore.Files.FileColumns._SPECIAL_FORMAT}, null, null, null)) { in testDetect_gif() argument 103 MediaStore.Files.FileColumns._SPECIAL_FORMAT}, null, null, null)) { in testDetect_motionPhoto() argument 129 MediaStore.Files.FileColumns._SPECIAL_FORMAT}, null, null, null)) { in testDetect_animatedWebp() argument 155 MediaStore.Files.FileColumns._SPECIAL_FORMAT}, null, null, null)) { in testDetect_nonAnimatedWebp() argument 179 MediaStore.Files.FileColumns._SPECIAL_FORMAT}, null, null, null)) { in testDetect_notSpecialFormat() argument
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/ |
D | IdleServiceTest.java | 22 import static android.provider.MediaStore.Files.FileColumns._SPECIAL_FORMAT; 260 final String[] projection = new String[]{_SPECIAL_FORMAT, GENERATION_MODIFIED}; in testDetectSpecialFormat()
|
D | DatabaseHelperTest.java | 502 try (Cursor cr = db.query("files", new String[]{FileColumns._SPECIAL_FORMAT}, null, in testAddSpecialFormat() argument
|
D | MediaProviderTest.java | 726 new String[]{MediaColumns.DISPLAY_NAME, FileColumns._SPECIAL_FORMAT}, in testSpecialFormatDefaultValue() argument
|
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/data/ |
D | ExternalDbFacade.java | 91 FileColumns._SPECIAL_FORMAT + " AS " +
|
/packages/providers/MediaProvider/src/com/android/providers/media/scan/ |
D | ModernMediaScanner.java | 1417 op.withValue(FileColumns._SPECIAL_FORMAT, SpecialFormatDetector.detect(exif, file)); in scanItemImage()
|
/packages/providers/MediaProvider/apex/framework/java/android/provider/ |
D | MediaStore.java | 2456 public static final String _SPECIAL_FORMAT = "_special_format"; field
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 36 import static android.provider.MediaStore.Files.FileColumns._SPECIAL_FORMAT; 1859 externalDbValues.put(_SPECIAL_FORMAT, specialFormat); in updateSpecialFormatForLimitedRows() 1895 final String selection = _SPECIAL_FORMAT + " IS NULL AND " in queryForPendingSpecialFormatColumns()
|