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