Home
last modified time | relevance | path

Searched refs:overrideConfig (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/app/src/android/app/cts/
DApplyOverrideConfigurationActivity.java45 final Configuration overrideConfig = new Configuration(); in attachBaseContext() local
46 overrideConfig.smallestScreenWidthDp = OVERRIDE_SMALLEST_WIDTH; in attachBaseContext()
47 applyOverrideConfiguration(overrideConfig); in attachBaseContext()
/cts/tests/tests/view/src/android/view/cts/
DContextThemeWrapperTest.java136 Configuration overrideConfig = new Configuration(); in testApplyOverrideConfiguration() local
137 overrideConfig.densityDpi = expectedDensity; in testApplyOverrideConfiguration()
138 contextThemeWrapper.applyOverrideConfiguration(overrideConfig); in testApplyOverrideConfiguration()
/cts/tests/tests/text/src/android/text/style/cts/
DSuggestionSpanTest.java49 final Configuration overrideConfig = new Configuration(); in testConstructorWithContext() local
51 overrideConfig.setLocales(new LocaleList(locale)); in testConstructorWithContext()
53 createConfigurationContext(overrideConfig); in testConstructorWithContext()
/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
DActivityManagerDisplayTestBase.java69 private DisplayState(int displayId, String overrideConfig) { in DisplayState() argument
71 mOverrideConfig = overrideConfig; in DisplayState()
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerCtsTestsBase.java120 overrideConfig(getInstrumentation(), config); in setUp()