Searched refs:REQUEST_HANDLE_EXIT_ON_RESUME (Results 1 – 3 of 3) sorted by relevance
28 import static android.server.wm.app.Components.TestStartingWindowKeys.REQUEST_HANDLE_EXIT_ON_RESUME;91 if (getIntent().getBooleanExtra(REQUEST_HANDLE_EXIT_ON_RESUME, false)) { in onResume()
296 public static final String REQUEST_HANDLE_EXIT_ON_RESUME = "handle_exit_onResume"; field in Components.TestStartingWindowKeys
54 import static android.server.wm.app.Components.TestStartingWindowKeys.REQUEST_HANDLE_EXIT_ON_RESUME;355 intent.putExtra(REQUEST_HANDLE_EXIT_ON_RESUME, extraOnResume); in launchRuntimeHandleExitAnimationActivity()