Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DSplashScreenReplaceIconActivity.java22 import static android.server.wm.app.Components.TestStartingWindowKeys.DELAY_RESUME;
53 if (getIntent().getBooleanExtra(DELAY_RESUME, false)) { in onCreate()
DComponents.java285 public static final String DELAY_RESUME = "delay_resume"; field in Components.TestStartingWindowKeys
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplashscreenTests.java40 import static android.server.wm.app.Components.TestStartingWindowKeys.DELAY_RESUME;
388 launchActivityNoWait(SPLASH_SCREEN_REPLACE_ICON_ACTIVITY, extraBool(DELAY_RESUME, true)); in testSetBackgroundColorActivity()