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()
197 private IOInterface mIOInterface;
216 builder.withIOInterface(new IOInterface.DefaultImpl(context)); in defaultSystemInterface()
244 public Builder withIOInterface(IOInterface ioInterface) { in withIOInterface()
DIOInterface.java26 public interface IOInterface { interface
34 class DefaultImpl implements IOInterface {
/packages/services/Car/tests/carservice_test/src/com/android/car/
DICarImplTest.java44 import com.android.car.systeminterface.IOInterface;
189 static final class MockIOInterface implements IOInterface {
DMockedCarTestBase.java53 import com.android.car.systeminterface.IOInterface;
397 static final class MockIOInterface implements IOInterface {
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPowerManagementServiceTest.java59 import com.android.car.systeminterface.IOInterface;
745 private static final class MockIOInterface implements IOInterface {