Searched refs:TimeInterface (Results 1 – 7 of 7) sorted by relevance
24 import com.android.car.systeminterface.TimeInterface;90 private TimeInterface mTimeInterface;97 this(file, snapshotInterval, new TimeInterface.DefaultImpl()); in UptimeTracker()109 TimeInterface timeInterface) { in UptimeTracker()113 mLastRealTimeSnapshot = mTimeInterface.getUptime(TimeInterface.EXCLUDE_DEEP_SLEEP_TIME); in UptimeTracker()141 mTimeInterface.getUptime(TimeInterface.EXCLUDE_DEEP_SLEEP_TIME) in getTotalUptime()176 TimeInterface.EXCLUDE_DEEP_SLEEP_TIME); in flushSnapshot()
41 SystemStateInterface, TimeInterface,48 private final TimeInterface mTimeInterface;56 TimeInterface timeInterface, in SystemInterface()73 public TimeInterface getTimeInterface() { return mTimeInterface; } in getTimeInterface()205 private TimeInterface mTimeInterface;224 return builder.withTimeInterface(new TimeInterface.DefaultImpl()); in defaultSystemInterface()265 public Builder withTimeInterface(TimeInterface timeInterface) { in withTimeInterface()
31 public interface TimeInterface { interface47 class DefaultImpl implements TimeInterface {
19 import com.android.car.systeminterface.TimeInterface;28 static final class MockTimeInterface implements TimeInterface {
49 import com.android.car.systeminterface.TimeInterface;86 @Mock private TimeInterface mMockTimeInterface;
60 import com.android.car.systeminterface.TimeInterface;533 static final class MockTimeInterface implements TimeInterface {
57 import com.android.car.systeminterface.TimeInterface;870 static final class MockTimeInterface implements TimeInterface {