Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/systeminterface/
H A DSystemInterface.java53 IOInterface ioInterface, in SystemInterface() argument
60 mIOInterface = ioInterface; in SystemInterface()
249 public Builder withIOInterface(IOInterface ioInterface) { in withIOInterface() argument
250 mIOInterface = ioInterface; in withIOInterface()