Home
last modified time | relevance | path

Searched refs:withSystemStateInterface (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemInterface.java218 builder.withSystemStateInterface(new SystemStateInterface.DefaultImpl(context)); in defaultSystemInterface()
228 .withSystemStateInterface(otherBuilder.mSystemStateInterface) in fromBuilder()
255 public Builder withSystemStateInterface(SystemStateInterface systemStateInterface) { in withSystemStateInterface() method in SystemInterface.Builder
/packages/services/Car/tests/carservice_test/src/com/android/car/
DICarImplTest.java123 .withSystemStateInterface(mMockSystemStateInterface) in setUp()
DMockedCarTestBase.java132 .withSystemStateInterface(new MockSystemStateInterface()) in getSystemInterfaceBuilder()
DCarStorageMonitoringTest.java319 return builder.withSystemStateInterface(mMockSystemStateInterface) in getSystemInterfaceBuilder()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/
DCarPowerManagerUnitTest.java86 .withSystemStateInterface(mSystemStateInterface) in setUp()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPowerManagementServiceTest.java128 .withSystemStateInterface(mSystemStateInterface) in setUp()