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

  /packages/services/Car/service/src/com/android/car/systeminterface/
SystemInterface.java 195 builder.withIOInterface(new IOInterface.DefaultImpl(context));
204 .withIOInterface(otherBuilder.mIOInterface)
216 public Builder withIOInterface(IOInterface ioInterface) {
  /packages/services/Car/tests/carservice_test/src/com/android/car/
MockedCarTestBase.java 113 .withIOInterface(mMockIOInterface)
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/
CarPowerManagementServiceTest.java 66 .withIOInterface(mIOInterface).build();

Completed in 102 milliseconds