Home
last modified time | relevance | path

Searched refs:mIOInterface (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemInterface.java41 private final IOInterface mIOInterface; field in SystemInterface
54 mIOInterface = ioInterface; in SystemInterface()
62 public IOInterface getIOInterface() { return mIOInterface; } in getIOInterface()
72 return mIOInterface.getSystemCarDir(); in getSystemCarDir()
187 private IOInterface mIOInterface; field in SystemInterface.Builder
214 .withIOInterface(otherBuilder.mIOInterface) in fromBuilder()
227 mIOInterface = ioInterface; in withIOInterface()
254 Objects.requireNonNull(mIOInterface), in build()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPowerManagementServiceTest.java60 private final MockIOInterface mIOInterface = new MockIOInterface(); field in CarPowerManagementServiceTest
78 .withIOInterface(mIOInterface).build(); in setUp()
91 mIOInterface.tearDown(); in tearDown()