Home
last modified time | relevance | path

Searched refs:REQUEST_HANDLE_EXIT_ON_CREATE (Results 1 – 4 of 4) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DSplashScreenReplaceIconActivity.java27 import static android.server.wm.app.Components.TestStartingWindowKeys.REQUEST_HANDLE_EXIT_ON_CREATE;
49 if (getIntent().getBooleanExtra(REQUEST_HANDLE_EXIT_ON_CREATE, false)) { in onCreate()
DHandleSplashScreenExitActivity.java27 import static android.server.wm.app.Components.TestStartingWindowKeys.REQUEST_HANDLE_EXIT_ON_CREATE;
53 if (getIntent().getBooleanExtra(REQUEST_HANDLE_EXIT_ON_CREATE, false)) { in onCreate()
DComponents.java279 public static final String REQUEST_HANDLE_EXIT_ON_CREATE = "handle_exit_onCreate"; field in Components.TestStartingWindowKeys
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplashscreenTests.java51 import static android.server.wm.app.Components.TestStartingWindowKeys.REQUEST_HANDLE_EXIT_ON_CREATE;
334 intent.putExtra(REQUEST_HANDLE_EXIT_ON_CREATE, extraOnCreate); in launchRuntimeHandleExitAnimationActivity()
399 intent.putExtra(REQUEST_HANDLE_EXIT_ON_CREATE, true); in testHandleExitIconAnimatingActivity()
422 intent.putExtra(REQUEST_HANDLE_EXIT_ON_CREATE, true); in testCancelHandleExitIconAnimatingActivity()