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