Searched refs:CANCEL_HANDLE_EXIT (Results 1 – 4 of 4) sorted by relevance
19 import static android.server.wm.app.Components.TestStartingWindowKeys.CANCEL_HANDLE_EXIT;61 if (getIntent().getBooleanExtra(CANCEL_HANDLE_EXIT, false)) { in onResume()
20 import static android.server.wm.app.Components.TestStartingWindowKeys.CANCEL_HANDLE_EXIT;94 if (getIntent().getBooleanExtra(CANCEL_HANDLE_EXIT, false)) { in onResume()
297 public static final String CANCEL_HANDLE_EXIT = "cancel_handle_exit"; field in Components.TestStartingWindowKeys
38 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()