Searched refs:mIOInterface (Results 1 – 2 of 2) sorted by relevance
41 private final IOInterface mIOInterface; field in SystemInterface54 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.Builder214 .withIOInterface(otherBuilder.mIOInterface) in fromBuilder()227 mIOInterface = ioInterface; in withIOInterface()254 Objects.requireNonNull(mIOInterface), in build()
60 private final MockIOInterface mIOInterface = new MockIOInterface(); field in CarPowerManagementServiceTest78 .withIOInterface(mIOInterface).build(); in setUp()91 mIOInterface.tearDown(); in tearDown()