Searched refs:REQUEST_HANDLE_EXIT_ON_CREATE (Results 1 – 4 of 4) sorted by relevance
27 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()
27 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()
295 public static final String REQUEST_HANDLE_EXIT_ON_CREATE = "handle_exit_onCreate"; field in Components.TestStartingWindowKeys
53 import static android.server.wm.app.Components.TestStartingWindowKeys.REQUEST_HANDLE_EXIT_ON_CREATE;354 intent.putExtra(REQUEST_HANDLE_EXIT_ON_CREATE, extraOnCreate); in launchRuntimeHandleExitAnimationActivity()432 intent.putExtra(REQUEST_HANDLE_EXIT_ON_CREATE, true); in testHandleExitIconAnimatingActivity()455 intent.putExtra(REQUEST_HANDLE_EXIT_ON_CREATE, true); in testCancelHandleExitIconAnimatingActivity()