Home
last modified time | relevance | path

Searched refs:SystemStateInterface (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemInterface.java38 StorageMonitoringInterface, SystemStateInterface, TimeInterface,
43 private final SystemStateInterface mSystemStateInterface;
50 SystemStateInterface systemStateInterface, in SystemInterface()
63 public SystemStateInterface getSystemStateInterface() { return mSystemStateInterface; } in getSystemStateInterface()
189 private SystemStateInterface mSystemStateInterface;
207 builder.withSystemStateInterface(new SystemStateInterface.DefaultImpl(context)); in defaultSystemInterface()
237 public Builder withSystemStateInterface(SystemStateInterface systemStateInterface) { in withSystemStateInterface()
DSystemStateInterface.java41 public interface SystemStateInterface { interface
42 static final String TAG = SystemStateInterface.class.getSimpleName();
72 class DefaultImpl implements SystemStateInterface {
/packages/services/Car/service/src/com/android/car/storagemonitoring/
DIoStatsTracker.java23 import com.android.car.systeminterface.SystemStateInterface;
42 private final SystemStateInterface mSystemStateInterface;
47 long sampleWindowMs, SystemStateInterface systemStateInterface) { in IoStatsTracker()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DIoStatsTrackerTest.java25 import com.android.car.systeminterface.SystemStateInterface;
296 private final class MockSystemStateInterface implements SystemStateInterface {
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPowerManagementServiceTest.java40 import com.android.car.systeminterface.SystemStateInterface;
304 private static final class MockSystemStateInterface implements SystemStateInterface {
/packages/services/Car/tests/carservice_test/src/com/android/car/
DMockedCarTestBase.java50 import com.android.car.systeminterface.SystemStateInterface;
405 static final class MockSystemStateInterface implements SystemStateInterface {
DCarStorageMonitoringTest.java54 import com.android.car.systeminterface.SystemStateInterface;
860 static final class MockSystemStateInterface implements SystemStateInterface {