Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/systeminterface/
H A DSystemInterface.java227 public static Builder fromBuilder(Builder otherBuilder) { in fromBuilder() argument
229 .withActivityManagerInterface(otherBuilder.mActivityManagerInterface) in fromBuilder()
230 .withDisplayInterface(otherBuilder.mDisplayInterface) in fromBuilder()
231 .withIOInterface(otherBuilder.mIOInterface) in fromBuilder()
232 .withStorageMonitoringInterface(otherBuilder.mStorageMonitoringInterface) in fromBuilder()
233 .withSystemStateInterface(otherBuilder.mSystemStateInterface) in fromBuilder()
234 .withTimeInterface(otherBuilder.mTimeInterface) in fromBuilder()
235 .withWakeLockInterface(otherBuilder.mWakeLockInterface); in fromBuilder()