Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemInterface.java203 builder.withDisplayInterface(new DisplayInterface.DefaultImpl(context, in defaultSystemInterface()
213 .withDisplayInterface(otherBuilder.mDisplayInterface) in fromBuilder()
221 public Builder withDisplayInterface(DisplayInterface displayInterface) { in withDisplayInterface() method in SystemInterface.Builder
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPowerManagementServiceTest.java75 .withDisplayInterface(mDisplayInterface) in setUp()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPowerManagementTest.java61 return builder.withDisplayInterface(mMockDisplayInterface); in getSystemInterfaceBuilder()
DMockedCarTestBase.java113 .withDisplayInterface(new MockDisplayInterface()) in getSystemInterfaceBuilder()