Home
last modified time | relevance | path

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

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