Home
last modified time | relevance | path

Searched refs:withIOInterface (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemInterface.java216 builder.withIOInterface(new IOInterface.DefaultImpl(context)); in defaultSystemInterface()
226 .withIOInterface(otherBuilder.mIOInterface) in fromBuilder()
244 public Builder withIOInterface(IOInterface ioInterface) { in withIOInterface() method in SystemInterface.Builder
/packages/services/Car/tests/carservice_test/src/com/android/car/
DICarImplTest.java126 .withIOInterface(mMockIOInterface) in setUp()
DMockedCarTestBase.java135 .withIOInterface(mMockIOInterface) in getSystemInterfaceBuilder()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPowerManagementServiceTest.java130 .withIOInterface(mIOInterface).build(); in setUp()