Searched refs:timestampThreshold (Results 1 – 2 of 2) sorted by relevance
110 Optional<Long> timestampThreshold = getMostRecentFullSizeImageTimestamp(); in closeOlderImages() local111 if (timestampThreshold.isPresent()) { in closeOlderImages()112 closeOlderImages(timestampThreshold.get(), mFullSizeImages); in closeOlderImages()113 closeOlderImages(timestampThreshold.get(), mThumbnails); in closeOlderImages()
110 long timestampThreshold = mostRecentTimestamp - mMaxLookBackNanos; in filterImagesWithinMaxLookBack() local112 if (image.getTimestamp() > timestampThreshold) { in filterImagesWithinMaxLookBack()