Searched refs:clockFunction (Results 1 – 2 of 2) sorted by relevance
47 Supplier<Long> clockFunction = () -> SystemClock.elapsedRealtime() + clockOffset[0]; in testNotifyColorsChanged_rateLimit() local60 return new WallpaperService.Engine(clockFunction, handler) { in testNotifyColorsChanged_rateLimit()
557 public Engine(Supplier<Long> clockFunction, Handler handler) { in Engine() argument558 mClockFunction = clockFunction; in Engine()