Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/systeminterface/
H A DSystemInterface.java45 private final IOInterface mIOInterface; field in SystemInterface
60 mIOInterface = ioInterface; in SystemInterface()
71 public IOInterface getIOInterface() { return mIOInterface; } in getIOInterface()
86 return mIOInterface.getSystemCarDir(); in getSystemCarDir()
202 private IOInterface mIOInterface; field in SystemInterface.Builder
231 .withIOInterface(otherBuilder.mIOInterface) in fromBuilder()
250 mIOInterface = ioInterface; in withIOInterface()
278 Objects.requireNonNull(mIOInterface), in build()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
H A DCarPowerManagementServiceUnitTest.java107 private final MockIOInterface mIOInterface = new MockIOInterface(); field in CarPowerManagementServiceUnitTest
150 .withIOInterface(mIOInterface).build(); in setUp()
165 mIOInterface.tearDown(); in tearDown()