Home
last modified time | relevance | path

Searched refs:DisplayInterface (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemInterface.java37 public class SystemInterface implements DisplayInterface, IOInterface,
40 private final DisplayInterface mDisplayInterface;
47 SystemInterface(DisplayInterface displayInterface, in SystemInterface()
61 public DisplayInterface getDisplayInterface() { return mDisplayInterface; } in getDisplayInterface()
186 private DisplayInterface mDisplayInterface;
203 builder.withDisplayInterface(new DisplayInterface.DefaultImpl(context, in defaultSystemInterface()
221 public Builder withDisplayInterface(DisplayInterface displayInterface) { in withDisplayInterface()
DDisplayInterface.java51 public interface DisplayInterface { interface
72 class DefaultImpl implements DisplayInterface, OnUsersUpdateListener {
73 static final String TAG = DisplayInterface.class.getSimpleName();
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPowerManagementServiceTest.java37 import com.android.car.systeminterface.DisplayInterface;
269 private static final class MockDisplayInterface implements DisplayInterface {
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPowerManagementTest.java36 import com.android.car.systeminterface.DisplayInterface;
279 private final class MockDisplayInterface implements DisplayInterface {
DMockedCarTestBase.java45 import com.android.car.systeminterface.DisplayInterface;
298 static final class MockDisplayInterface implements DisplayInterface {