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

  /packages/services/Car/service/src/com/android/car/systeminterface/
SystemInterface.java 197 builder.withSystemStateInterface(new SystemStateInterface.DefaultImpl(context));
206 .withSystemStateInterface(otherBuilder.mSystemStateInterface)
227 public Builder withSystemStateInterface(SystemStateInterface systemStateInterface) {
  /packages/services/Car/tests/carservice_test/src/com/android/car/
MockedCarTestBase.java 111 .withSystemStateInterface(new MockSystemStateInterface())
CarStorageMonitoringTest.java 365 return builder.withSystemStateInterface(mMockSystemStateInterface)
    [all...]
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/
CarPowerManagementServiceTest.java 64 .withSystemStateInterface(mSystemStateInterface)

Completed in 57 milliseconds