Searched refs:otherBuilder (Results 1 – 1 of 1) sorted by relevance
211 public static Builder fromBuilder(Builder otherBuilder) { in fromBuilder() argument213 .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()