Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/time/
DTimeZoneCapabilities.java162 TimeZoneConfiguration.Builder newConfigBuilder = new TimeZoneConfiguration.Builder(config); in tryApplyConfigChanges() local
167 newConfigBuilder.setAutoDetectionEnabled(requestedChanges.isAutoDetectionEnabled()); in tryApplyConfigChanges()
174 newConfigBuilder.setGeoDetectionEnabled(requestedChanges.isGeoDetectionEnabled()); in tryApplyConfigChanges()
177 return newConfigBuilder.build(); in tryApplyConfigChanges()
DTimeCapabilities.java119 TimeConfiguration.Builder newConfigBuilder = new TimeConfiguration.Builder(config); in tryApplyConfigChanges() local
124 newConfigBuilder.setAutoDetectionEnabled(requestedChanges.isAutoDetectionEnabled()); in tryApplyConfigChanges()
127 return newConfigBuilder.build(); in tryApplyConfigChanges()