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