Home
last modified time | relevance | path

Searched refs:configChange (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/tests/timetests/src/android/app/time/
DTimeCapabilitiesTest.java173 TimeConfiguration configChange = new TimeConfiguration.Builder() in testTryApplyConfigChanges_permitted() local
180 assertEquals(expected, capabilities.tryApplyConfigChanges(oldConfiguration, configChange)); in testTryApplyConfigChanges_permitted()
194 TimeConfiguration configChange = new TimeConfiguration.Builder() in testTryApplyConfigChanges_notPermitted() local
198 assertNull(capabilities.tryApplyConfigChanges(oldConfiguration, configChange)); in testTryApplyConfigChanges_notPermitted()
DTimeZoneCapabilitiesTest.java156 TimeZoneConfiguration configChange = new TimeZoneConfiguration.Builder() in testTryApplyConfigChanges_permitted() local
163 assertEquals(expected, capabilities.tryApplyConfigChanges(oldConfiguration, configChange)); in testTryApplyConfigChanges_permitted()
180 TimeZoneConfiguration configChange = new TimeZoneConfiguration.Builder() in testTryApplyConfigChanges_notPermitted() local
184 assertNull(capabilities.tryApplyConfigChanges(oldConfiguration, configChange)); in testTryApplyConfigChanges_notPermitted()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/common/ui/data/repository/
DFakeConfigurationRepository.kt62 fun onConfigurationChange(configChange: Configuration) { in onConfigurationChange()
63 _configurationChangeValues.tryEmit(configChange) in onConfigurationChange()
/frameworks/libs/systemui/toruslib/torus-core/src/main/java/com/google/android/torus/core/activity/
DTorusViewerActivity.kt109 val configChange = packageManager.getActivityInfo(componentName, 0).configChanges in <lambda>() constant
112 if ((configChange and ActivityInfo.CONFIG_UI_MODE) != ActivityInfo.CONFIG_UI_MODE) { in <lambda>()
/frameworks/base/services/core/jni/BroadcastRadio/
DTunerCallback.cpp110 virtual Return<void> configChange(Result result, const BandConfig& config);
168 Return<void> NativeCallback::configChange(Result result, const BandConfig& config) { in configChange() function in android::server::BroadcastRadio::TunerCallback::NativeCallback
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java3023 public boolean onShowInputRequested(@InputMethod.ShowFlags int flags, boolean configChange) {
3028 if (!configChange && onEvaluateFullscreenMode() && !isInputViewShown()) {
3060 boolean configChange) {
3061 final boolean result = onShowInputRequested(flags, configChange);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...