Searched refs:newConfigBuilder (Results 1 – 2 of 2) sorted by relevance
162 TimeZoneConfiguration.Builder newConfigBuilder = new TimeZoneConfiguration.Builder(config); in tryApplyConfigChanges() local167 newConfigBuilder.setAutoDetectionEnabled(requestedChanges.isAutoDetectionEnabled()); in tryApplyConfigChanges()174 newConfigBuilder.setGeoDetectionEnabled(requestedChanges.isGeoDetectionEnabled()); in tryApplyConfigChanges()177 return newConfigBuilder.build(); in tryApplyConfigChanges()
119 TimeConfiguration.Builder newConfigBuilder = new TimeConfiguration.Builder(config); in tryApplyConfigChanges() local124 newConfigBuilder.setAutoDetectionEnabled(requestedChanges.isAutoDetectionEnabled()); in tryApplyConfigChanges()127 return newConfigBuilder.build(); in tryApplyConfigChanges()