Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemInterface.java214 builder.withDisplayInterface(new DisplayInterface.DefaultImpl(context, in defaultSystemInterface()
225 .withDisplayInterface(otherBuilder.mDisplayInterface) in fromBuilder()
239 public Builder withDisplayInterface(DisplayInterface displayInterface) { in withDisplayInterface() method in SystemInterface.Builder
/packages/services/Car/tests/carservice_test/src/com/android/car/
DICarImplTest.java125 .withDisplayInterface(mMockDisplayInterface) in setUp()
DCarPowerManagementTest.java66 return builder.withDisplayInterface(mMockDisplayInterface); in getSystemInterfaceBuilder()
DMockedCarTestBase.java134 .withDisplayInterface(new MockDisplayInterface()) in getSystemInterfaceBuilder()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/
DCarPowerManagerUnitTest.java85 .withDisplayInterface(mDisplayInterface) in setUp()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPowerManagementServiceTest.java127 .withDisplayInterface(mDisplayInterface) in setUp()