Home
last modified time | relevance | path

Searched refs:timestampThreshold (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/
DMostRecentImageSaver.java110 Optional<Long> timestampThreshold = getMostRecentFullSizeImageTimestamp(); in closeOlderImages() local
111 if (timestampThreshold.isPresent()) { in closeOlderImages()
112 closeOlderImages(timestampThreshold.get(), mFullSizeImages); in closeOlderImages()
113 closeOlderImages(timestampThreshold.get(), mThumbnails); in closeOlderImages()
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/
DZslImageCaptureCommand.java110 long timestampThreshold = mostRecentTimestamp - mMaxLookBackNanos; in filterImagesWithinMaxLookBack() local
112 if (image.getTimestamp() > timestampThreshold) { in filterImagesWithinMaxLookBack()