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