Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activityandwindowmanager/windowmanager/src/android/server/cts/
DCrossAppDragAndDropTests.java44 private static final String AM_FORCE_STOP = "am force-stop "; field in CrossAppDragAndDropTests
138 mDevice.executeShellCommand(AM_FORCE_STOP + mSourcePackageName); in tearDown()
139 mDevice.executeShellCommand(AM_FORCE_STOP + mTargetPackageName); in tearDown()
173 executeShellCommand(AM_FORCE_STOP + SOURCE_PACKAGE_NAME); in cleanupState()
174 executeShellCommand(AM_FORCE_STOP + TARGET_PACKAGE_NAME); in cleanupState()
175 executeShellCommand(AM_FORCE_STOP + TARGET_23_PACKAGE_NAME); in cleanupState()
189 executeShellCommand(AM_FORCE_STOP + SOURCE_PACKAGE_NAME); in cleanupState()
/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
DDisplaySizeTest.java35 private static final String AM_FORCE_STOP = "am force-stop %s"; field in DisplaySizeTest
141 final String forceStopCmd = String.format(AM_FORCE_STOP, packageName); in forceStopPackage()