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.java272 public static Builder fromBuilder(Builder otherBuilder) { in fromBuilder() argument
274 .withActivityManagerInterface(otherBuilder.mActivityManagerInterface) in fromBuilder()
275 .withDisplayInterface(otherBuilder.mDisplayInterface) in fromBuilder()
276 .withIOInterface(otherBuilder.mIOInterface) in fromBuilder()
277 .withStorageMonitoringInterface(otherBuilder.mStorageMonitoringInterface) in fromBuilder()
278 .withSystemStateInterface(otherBuilder.mSystemStateInterface) in fromBuilder()
279 .withTimeInterface(otherBuilder.mTimeInterface) in fromBuilder()
280 .withWakeLockInterface(otherBuilder.mWakeLockInterface); in fromBuilder()