Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/systeminterface/
H A DSystemInterface.java219 builder.withDisplayInterface(new DisplayInterface.DefaultImpl(context, in defaultSystemInterface()
230 .withDisplayInterface(otherBuilder.mDisplayInterface) in fromBuilder()
244 public Builder withDisplayInterface(DisplayInterface displayInterface) { in withDisplayInterface() method in SystemInterface.Builder
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DICarImplTest.java125 .withDisplayInterface(mMockDisplayInterface) in setUp()
H A DMockedCarTestBase.java148 .withDisplayInterface(new MockDisplayInterface()) in getSystemInterfaceBuilder()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/power/
H A DCarPowerManagementTest.java67 return builder.withDisplayInterface(mMockDisplayInterface); in getSystemInterfaceBuilder()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/
H A DCarPowerManagerUnitTest.java136 .withDisplayInterface(mDisplayInterface) in setUp()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
H A DCarPowerManagementServiceUnitTest.java147 .withDisplayInterface(mDisplayInterface) in setUp()