Searched refs:systemTimeSupplier (Results 1 – 1 of 1) sorted by relevance
109 public SntpClient(Supplier<Instant> systemTimeSupplier, Random random) { in SntpClient() argument110 mSystemTimeSupplier = Objects.requireNonNull(systemTimeSupplier); in SntpClient()