Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DHandleSplashScreenExitActivity.java20 import static android.server.wm.app.Components.TestStartingWindowKeys.CANCEL_HANDLE_EXIT;
116 if (getIntent().getBooleanExtra(CANCEL_HANDLE_EXIT, false)) { in onResume()
DComponents.java303 public static final String CANCEL_HANDLE_EXIT = "cancel_handle_exit"; field in Components.TestStartingWindowKeys
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DSplashscreenTests.java40 import static android.server.wm.app.Components.TestStartingWindowKeys.CANCEL_HANDLE_EXIT;
398 extraBool(CANCEL_HANDLE_EXIT, extraCancel)); in launchRuntimeHandleExitAnimationActivity()
493 extraBool(CANCEL_HANDLE_EXIT, true)); in testCancelHandleExitIconAnimatingActivity()