Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DCrossAppDragAndDropTests.java62 private static final String AM_FORCE_STOP = "am force-stop "; field in CrossAppDragAndDropTests
157 executeShellCommand(AM_FORCE_STOP + mSourcePackageName); in tearDown()
158 executeShellCommand(AM_FORCE_STOP + mTargetPackageName); in tearDown()
188 executeShellCommand(AM_FORCE_STOP + SOURCE_PACKAGE_NAME); in cleanupState()
189 executeShellCommand(AM_FORCE_STOP + TARGET_PACKAGE_NAME); in cleanupState()
190 executeShellCommand(AM_FORCE_STOP + TARGET_23_PACKAGE_NAME); in cleanupState()