Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemInterface.java47 SystemInterface(DisplayInterface displayInterface, in SystemInterface() argument
53 mDisplayInterface = displayInterface; in SystemInterface()
221 public Builder withDisplayInterface(DisplayInterface displayInterface) { in withDisplayInterface() argument
222 mDisplayInterface = displayInterface; in withDisplayInterface()