Home
last modified time | relevance | path

Searched refs:SystemStateInterface (Results 1 – 8 of 8) 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.java44 public interface SystemStateInterface { interface
45 static final String TAG = SystemStateInterface.class.getSimpleName();
79 class DefaultImpl implements SystemStateInterface {
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DSystemStateInterfaceTest.java23 import com.android.car.systeminterface.SystemStateInterface;
42 private SystemStateInterface.DefaultImpl mSystemStateInterface;
49 mSystemStateInterface = new SystemStateInterface.DefaultImpl(mMockContext); in setUp()
DCarPowerManagementServiceTest.java62 import com.android.car.systeminterface.SystemStateInterface;
786 private static final class MockSystemStateInterface 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_test/src/com/android/car/
DMockedCarTestBase.java50 import com.android.car.systeminterface.SystemStateInterface;
409 static final class MockSystemStateInterface implements SystemStateInterface {
DCarStorageMonitoringTest.java54 import com.android.car.systeminterface.SystemStateInterface;
860 static final class MockSystemStateInterface implements SystemStateInterface {