Home
last modified time | relevance | path

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

/aosp12/packages/apps/Camera2/src/com/android/camera/burst/
H A DBurstResultsSaver.java46 private static class SequentialTimestampGenerator { class in BurstResultsSaver
55 public SequentialTimestampGenerator(long seedTimestampMillis) { in SequentialTimestampGenerator() method in BurstResultsSaver.SequentialTimestampGenerator
103 SequentialTimestampGenerator timestampGen = in saveBurstResultsInBackground()
104 new SequentialTimestampGenerator(System.currentTimeMillis()); in saveBurstResultsInBackground()
130 final String artifactType, SequentialTimestampGenerator timestampGenerator) { in saveArtifacts()
146 SequentialTimestampGenerator timestampGenerator) { in saveBurstMediaItem()