Home
last modified time | relevance | path

Searched refs:OVERRIDE_THEME_ENABLED (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DSplashScreenReplaceThemeActivity.java21 import static android.server.wm.app.Components.TestStartingWindowKeys.OVERRIDE_THEME_ENABLED;
41 mOverrideTheme = getIntent().getBooleanExtra(OVERRIDE_THEME_ENABLED, false); in onCreate()
DComponents.java286 public static final String OVERRIDE_THEME_ENABLED = "override_theme_enabled"; field in Components.TestStartingWindowKeys
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplashscreenTests.java48 import static android.server.wm.app.Components.TestStartingWindowKeys.OVERRIDE_THEME_ENABLED;
494 intent -> intent.putExtra(OVERRIDE_THEME_ENABLED, true)); in testOverrideSplashscreenTheme()