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.java222 public static Builder fromBuilder(Builder otherBuilder) { in fromBuilder() argument
224 .withActivityManagerInterface(otherBuilder.mActivityManagerInterface) in fromBuilder()
225 .withDisplayInterface(otherBuilder.mDisplayInterface) in fromBuilder()
226 .withIOInterface(otherBuilder.mIOInterface) in fromBuilder()
227 .withStorageMonitoringInterface(otherBuilder.mStorageMonitoringInterface) in fromBuilder()
228 .withSystemStateInterface(otherBuilder.mSystemStateInterface) in fromBuilder()
229 .withTimeInterface(otherBuilder.mTimeInterface) in fromBuilder()
230 .withWakeLockInterface(otherBuilder.mWakeLockInterface); in fromBuilder()