Home
last modified time | relevance | path

Searched refs:updateConfiguration (Results 1 – 13 of 13) sorted by relevance

/cts/tests/inputmethod/mockspellchecker/src/com/android/cts/mockspellchecker/
DMockSpellCheckerClient.kt28 fun updateConfiguration(configuration: MockSpellCheckerConfiguration) { in updateConfiguration() method
42 client.updateConfiguration(configuration) in create()
/cts/tests/tests/theme/src/android/theme/cts/
DThemeRebaseTest.java65 resources.updateConfiguration(mInitialConfig, resources.getDisplayMetrics()); in after()
80 mContext.getResources().updateConfiguration(newConfig, null); in testConfigChangeAndRebase()
/cts/tests/tests/content/src/android/content/res/cts/
DResources_ThemeTest.java129 res.updateConfiguration(config, null); in testRebase()
142 res.updateConfiguration(config, null); in testRebase()
DResourcesTest.java255 res.updateConfiguration(cfg, null); in testUpdateConfiguration()
268 res.updateConfiguration(cfg, null); in testUpdateConfiguration_emptyLocaleIsOverridden()
278 res.updateConfiguration(cfg, null); in testUpdateConfiguration_copyLocales()
292 res.updateConfiguration(cfg, null); in testUpdateConfiguration_emptyAfterUpdate()
297 res.updateConfiguration(cfg, null); in testUpdateConfiguration_emptyAfterUpdate()
/cts/tests/tests/text/src/android/text/cts/
DAutoTextTest.java54 mContext.getResources().updateConfiguration(config, null); in setup()
DTextUtilsTest.java183 res.updateConfiguration(newConfig, null); in testListEllipsize_rtl()
204 res.updateConfiguration(newConfig, null); in testListEllipsize_rtl()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DBitmapDrawableTest.java146 res.updateConfiguration(config, null); in setResourcesDensity()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.kt95 resources.updateConfiguration(newConfig, resources.displayMetrics) in hashCode()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.kt95 resources.updateConfiguration(newConfig, resources.displayMetrics) in hashCode()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableTestUtils.java128 res.updateConfiguration(config, null); in setResourcesDensity()
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
DSplitAppTest.java951 r.updateConfiguration(c, r.getDisplayMetrics()); in updateDpi()
957 r.updateConfiguration(c, r.getDisplayMetrics()); in updateLocale()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DSpellCheckerTest.kt234 client.updateConfiguration(MockSpellCheckerConfiguration.newBuilder() in <lambda>()
/cts/tests/tests/text/src/android/text/format/cts/
DTimeTest.java3352 Resources.getSystem().updateConfiguration(configuration, null); in changeJavaAndAndroidLocale()