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.java281 public static final String CANCEL_HANDLE_EXIT = "cancel_handle_exit"; field in Components.TestStartingWindowKeys
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplashscreenTests.java36 import static android.server.wm.app.Components.TestStartingWindowKeys.CANCEL_HANDLE_EXIT;
336 intent.putExtra(CANCEL_HANDLE_EXIT, extraCancel); in launchRuntimeHandleExitAnimationActivity()
423 intent.putExtra(CANCEL_HANDLE_EXIT, true); in testCancelHandleExitIconAnimatingActivity()