Home
last modified time | relevance | path

Searched refs:IOInterface (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemInterface.java40 DisplayInterface, IOInterface, StorageMonitoringInterface,
45 private final IOInterface mIOInterface;
53 IOInterface ioInterface, in SystemInterface()
71 public IOInterface getIOInterface() { return mIOInterface; } in getIOInterface()
247 private IOInterface mIOInterface;
266 builder.withIOInterface(new IOInterface.DefaultImpl()); in defaultSystemInterface()
294 public Builder withIOInterface(IOInterface ioInterface) { in withIOInterface()
DIOInterface.java24 public interface IOInterface { interface
32 class DefaultImpl implements IOInterface {
/packages/services/Car/tests/carservice_test/src/com/android/car/
DICarImplTest.java56 import com.android.car.systeminterface.IOInterface;
250 static final class MockIOInterface implements IOInterface {
DMockedCarTestBase.java70 import com.android.car.systeminterface.IOInterface;
683 static final class MockIOInterface implements IOInterface {
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java108 import com.android.car.systeminterface.IOInterface;
3463 private static final class MockIOInterface implements IOInterface {