Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DSplashScreenReplaceIconActivity.java19 import static android.server.wm.app.Components.TestStartingWindowKeys.CANCEL_HANDLE_EXIT;
61 if (getIntent().getBooleanExtra(CANCEL_HANDLE_EXIT, false)) { in onResume()
DHandleSplashScreenExitActivity.java20 import static android.server.wm.app.Components.TestStartingWindowKeys.CANCEL_HANDLE_EXIT;
94 if (getIntent().getBooleanExtra(CANCEL_HANDLE_EXIT, false)) { in onResume()
DComponents.java297 public static final String CANCEL_HANDLE_EXIT = "cancel_handle_exit"; field in Components.TestStartingWindowKeys
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplashscreenTests.java38 import static android.server.wm.app.Components.TestStartingWindowKeys.CANCEL_HANDLE_EXIT;
356 intent.putExtra(CANCEL_HANDLE_EXIT, extraCancel); in launchRuntimeHandleExitAnimationActivity()
456 intent.putExtra(CANCEL_HANDLE_EXIT, true); in testCancelHandleExitIconAnimatingActivity()