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.java45 private final IOInterface mIOInterface; field in SystemInterface
60 mIOInterface = ioInterface; in SystemInterface()
71 public IOInterface getIOInterface() { return mIOInterface; } in getIOInterface()
83 return mIOInterface.getSystemCarDir(); in getSystemCarDir()
247 private IOInterface mIOInterface; field in SystemInterface.Builder
276 .withIOInterface(otherBuilder.mIOInterface) in fromBuilder()
295 mIOInterface = ioInterface; in withIOInterface()
323 Objects.requireNonNull(mIOInterface), in build()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java222 private final MockIOInterface mIOInterface = new MockIOInterface(); field in CarPowerManagementServiceUnitTest
282 .withIOInterface(mIOInterface).build(); in setUp()
299 mIOInterface.tearDown(); in tearDown()