Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemInterface.java211 public static Builder fromBuilder(Builder otherBuilder) { in fromBuilder() argument
213 .withDisplayInterface(otherBuilder.mDisplayInterface) in fromBuilder()
214 .withIOInterface(otherBuilder.mIOInterface) in fromBuilder()
215 .withStorageMonitoringInterface(otherBuilder.mStorageMonitoringInterface) in fromBuilder()
216 .withSystemStateInterface(otherBuilder.mSystemStateInterface) in fromBuilder()
217 .withTimeInterface(otherBuilder.mTimeInterface) in fromBuilder()
218 .withWakeLockInterface(otherBuilder.mWakeLockInterface); in fromBuilder()