Searched refs:snapshotInterval (Results 1 – 1 of 1) sorted by relevance
96 public UptimeTracker(File file, long snapshotInterval) { in UptimeTracker() argument97 this(file, snapshotInterval, new TimeInterface.DefaultImpl()); in UptimeTracker()100 UptimeTracker(File file, long snapshotInterval, SystemInterface systemInterface) { in UptimeTracker() argument101 this(file, snapshotInterval, systemInterface.getTimeInterface()); in UptimeTracker()110 long snapshotInterval = snapShotIntervalMs; in UptimeTracker() local111 snapshotInterval = Math.max(snapshotInterval, MINIMUM_SNAPSHOT_INTERVAL_MS); in UptimeTracker()117 mTimeInterface.scheduleAction(this::flushSnapshot, snapshotInterval); in UptimeTracker()