HomeSort by relevance Sort by last modified time
    Searched refs:mIOInterface (Results 1 - 2 of 2) sorted by null

  /packages/services/Car/service/src/com/android/car/systeminterface/
SystemInterface.java 41 private final IOInterface mIOInterface;
54 mIOInterface = ioInterface;
62 public IOInterface getIOInterface() { return mIOInterface; }
72 return mIOInterface.getFilesDir();
177 private IOInterface mIOInterface;
204 .withIOInterface(otherBuilder.mIOInterface)
217 mIOInterface = ioInterface;
244 Objects.requireNonNull(mIOInterface),
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/
CarPowerManagementServiceTest.java 49 private final MockIOInterface mIOInterface = new MockIOInterface();
66 .withIOInterface(mIOInterface).build();
75 mIOInterface.tearDown();

Completed in 5233 milliseconds