Searched refs:tryApplyConfigChanges (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/app/time/ |
H A D | TimeCapabilitiesTest.java | 178 assertEquals(expected, capabilities.tryApplyConfigChanges(oldConfiguration, configChange)); in testTryApplyConfigChanges_permitted() 196 assertNull(capabilities.tryApplyConfigChanges(oldConfiguration, configChange)); in testTryApplyConfigChanges_notPermitted()
|
H A D | TimeZoneCapabilitiesTest.java | 161 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 D | FakeServiceConfigAccessor.java | 72 capabilities.tryApplyConfigChanges(configuration, requestedChanges); in updateConfiguration()
|
/aosp14/frameworks/base/core/java/android/app/time/ |
H A D | TimeCapabilities.java | 116 public TimeConfiguration tryApplyConfigChanges( in tryApplyConfigChanges() method in TimeCapabilities
|
H A D | TimeZoneCapabilities.java | 159 public TimeZoneConfiguration tryApplyConfigChanges( in tryApplyConfigChanges() method in TimeZoneCapabilities
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/ |
H A D | FakeServiceConfigAccessor.java | 75 capabilities.tryApplyConfigChanges(configuration, requestedChanges); in updateConfiguration()
|
/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/ |
H A D | ServiceConfigAccessorImpl.java | 212 capabilities.tryApplyConfigChanges(oldConfiguration, requestedConfiguration); in updateConfiguration()
|
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/ |
H A D | ServiceConfigAccessorImpl.java | 256 capabilities.tryApplyConfigChanges(oldConfiguration, requestedConfigurationUpdates); in updateConfiguration()
|