Home
last modified time | relevance | path

Searched refs:_SPECIAL_FORMAT (Results 1 – 8 of 8) sorted by relevance

/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/
DSpecialFormatDetectorTest.java77 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/
DIdleServiceTest.java22 import static android.provider.MediaStore.Files.FileColumns._SPECIAL_FORMAT;
260 final String[] projection = new String[]{_SPECIAL_FORMAT, GENERATION_MODIFIED}; in testDetectSpecialFormat()
DDatabaseHelperTest.java502 try (Cursor cr = db.query("files", new String[]{FileColumns._SPECIAL_FORMAT}, null, in testAddSpecialFormat() argument
DMediaProviderTest.java726 new String[]{MediaColumns.DISPLAY_NAME, FileColumns._SPECIAL_FORMAT}, in testSpecialFormatDefaultValue() argument
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/data/
DExternalDbFacade.java91 FileColumns._SPECIAL_FORMAT + " AS " +
/packages/providers/MediaProvider/src/com/android/providers/media/scan/
DModernMediaScanner.java1417 op.withValue(FileColumns._SPECIAL_FORMAT, SpecialFormatDetector.detect(exif, file)); in scanItemImage()
/packages/providers/MediaProvider/apex/framework/java/android/provider/
DMediaStore.java2456 public static final String _SPECIAL_FORMAT = "_special_format"; field
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java36 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()