Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/time/
H A DTimeCapabilitiesTest.java178 assertEquals(expected, capabilities.tryApplyConfigChanges(oldConfiguration, configChange)); in testTryApplyConfigChanges_permitted()
196 assertNull(capabilities.tryApplyConfigChanges(oldConfiguration, configChange)); in testTryApplyConfigChanges_notPermitted()
H A DTimeZoneCapabilitiesTest.java161 assertEquals(expected, capabilities.tryApplyConfigChanges(oldConfiguration, configChange)); in testTryApplyConfigChanges_permitted()
182 assertNull(capabilities.tryApplyConfigChanges(oldConfiguration, configChange)); in testTryApplyConfigChanges_notPermitted()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
H A DFakeServiceConfigAccessor.java72 capabilities.tryApplyConfigChanges(configuration, requestedChanges); in updateConfiguration()
/aosp14/frameworks/base/core/java/android/app/time/
H A DTimeCapabilities.java116 public TimeConfiguration tryApplyConfigChanges( in tryApplyConfigChanges() method in TimeCapabilities
H A DTimeZoneCapabilities.java159 public TimeZoneConfiguration tryApplyConfigChanges( in tryApplyConfigChanges() method in TimeZoneCapabilities
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DFakeServiceConfigAccessor.java75 capabilities.tryApplyConfigChanges(configuration, requestedChanges); in updateConfiguration()
/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/
H A DServiceConfigAccessorImpl.java212 capabilities.tryApplyConfigChanges(oldConfiguration, requestedConfiguration); in updateConfiguration()
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DServiceConfigAccessorImpl.java256 capabilities.tryApplyConfigChanges(oldConfiguration, requestedConfigurationUpdates); in updateConfiguration()