Home
last modified time | relevance | path

Searched refs:tryApplyConfigChanges (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/tests/timetests/src/android/app/time/
DTimeCapabilitiesTest.java180 assertEquals(expected, capabilities.tryApplyConfigChanges(oldConfiguration, configChange)); in testTryApplyConfigChanges_permitted()
198 assertNull(capabilities.tryApplyConfigChanges(oldConfiguration, configChange)); in testTryApplyConfigChanges_notPermitted()
DTimeZoneCapabilitiesTest.java163 assertEquals(expected, capabilities.tryApplyConfigChanges(oldConfiguration, configChange)); in testTryApplyConfigChanges_permitted()
184 assertNull(capabilities.tryApplyConfigChanges(oldConfiguration, configChange)); in testTryApplyConfigChanges_notPermitted()
/frameworks/base/services/tests/timetests/src/com/android/server/timedetector/
DFakeServiceConfigAccessor.java72 capabilities.tryApplyConfigChanges(configuration, requestedChanges); in updateConfiguration()
/frameworks/base/core/java/android/app/time/
DTimeCapabilities.java116 public TimeConfiguration tryApplyConfigChanges( in tryApplyConfigChanges() method in TimeCapabilities
DTimeZoneCapabilities.java159 public TimeZoneConfiguration tryApplyConfigChanges( in tryApplyConfigChanges() method in TimeZoneCapabilities
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
DFakeServiceConfigAccessor.java75 capabilities.tryApplyConfigChanges(configuration, requestedChanges); in updateConfiguration()
/frameworks/base/services/core/java/com/android/server/timedetector/
DServiceConfigAccessorImpl.java234 capabilities.tryApplyConfigChanges(oldConfiguration, requestedConfiguration); in updateConfiguration()
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DServiceConfigAccessorImpl.java282 capabilities.tryApplyConfigChanges(oldConfiguration, requestedConfigurationUpdates); in updateConfiguration()