Searched refs:timeInterface (Results 1 – 3 of 3) sorted by relevance
69 SNAPSHOT_INTERVAL, timeInterface); in testUptimeTrackerFromCleanSlate()76 timeInterface.tick(); in testUptimeTrackerFromCleanSlate()82 timeInterface.incrementTime(400).tick(); in testUptimeTrackerFromCleanSlate()92 SNAPSHOT_INTERVAL, timeInterface); in testUptimeTrackerWithHistoricalState()109 SNAPSHOT_INTERVAL, timeInterface); in testUptimeTrackerAcrossHistoricalState()118 timeInterface.cancelAllActions(); in testUptimeTrackerAcrossHistoricalState()121 SNAPSHOT_INTERVAL, timeInterface); in testUptimeTrackerAcrossHistoricalState()132 SNAPSHOT_INTERVAL, timeInterface); in testUptimeTrackerShutdown()134 timeInterface.incrementTime(6000); in testUptimeTrackerShutdown()136 timeInterface.cancelAllActions(); in testUptimeTrackerShutdown()[all …]
56 TimeInterface timeInterface, in SystemInterface() argument63 mTimeInterface = timeInterface; in SystemInterface()265 public Builder withTimeInterface(TimeInterface timeInterface) { in withTimeInterface() argument266 mTimeInterface = timeInterface; in withTimeInterface()
109 TimeInterface timeInterface) { in UptimeTracker() argument112 mTimeInterface = timeInterface; in UptimeTracker()