Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DRedactionTestHelper.java148 HashMap<String, String> originalExif = getExifMetadataFromRawResource(metadataResId); in assertConsistentNonRedactedAccess() local
152 assertExifMetadataMatch(exifFromFilePath, originalExif); in assertConsistentNonRedactedAccess()
157 assertExifMetadataMatch(exifFromContentResolver, originalExif); in assertConsistentNonRedactedAccess()
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DStorageOtherFilesTest.java246 HashMap<String, String> originalExif = in other_accessLocationMetadata() local
249 assertExifMetadataMatch(getExifMetadataFromFile(IMAGE_FILE_READABLE), originalExif); in other_accessLocationMetadata() local
259 assertExifMetadataMismatch(exifFromTestApp, originalExif); in other_accessLocationMetadata()
DStorageOwnedFilesTest.java227 HashMap<String, String> originalExif = getExifMetadataFromRawResource( in owned_accessLocationMetadata() local
231 assertExifMetadataMatch(exif, originalExif); in owned_accessLocationMetadata()
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java875 HashMap<String, String> originalExif = in testMetaDataRedaction() local
889 assertExifMetadataMatch(exif, originalExif); in testMetaDataRedaction()
894 assertExifMetadataMismatch(exifFromTestApp, originalExif); in testMetaDataRedaction()
1327 HashMap<String, String> originalExif = in testAccessMediaLocationInvalidation() local
1338 assertExifMetadataMatch(exif, originalExif); in testAccessMediaLocationInvalidation()
1349 assertExifMetadataMatch(exifFromTestApp, originalExif); in testAccessMediaLocationInvalidation()
1360 assertExifMetadataMismatch(exifFromTestApp, originalExif); in testAccessMediaLocationInvalidation()
1370 assertExifMetadataMatch(exifFromTestApp, originalExif); in testAccessMediaLocationInvalidation()