Searched refs:subSecTime (Results 1 – 2 of 2) sorted by relevance
2078 int subSecTime = exif.getAttributeInt(ExifInterface.TAG_SUBSEC_TIME, /*defaultValue*/-1); in verifyJpegExifExtraTags() local2079 collector.expectTrue("Exif TAG_SUBSEC_TIME value is null or invalid!", subSecTime > 0); in verifyJpegExifExtraTags()
1017 int subSecTime = exif.getAttributeInt(TAG_SUBSEC_TIME, -1); in checkExtraExifTagsSucceeds() local1019 "Exif TAG_SUBSEC_TIME value is null or invalid!", logBuf, subSecTime > 0); in checkExtraExifTagsSucceeds()