Searched refs:STOP_CMD (Results 1 – 3 of 3) sorted by relevance
70 final String stopCommand = String.format(STOP_CMD, PACKAGE); in runBenchmark()
29 protected final static String STOP_CMD = "am force-stop %s"; field in CtsJankTestBase
65 private static final String STOP_CMD = String.format("am force-stop %s", APP_PACKAGE_NAME); field in ThemeHostTest236 mDevice.executeShellCommand(STOP_CMD); in generateDeviceImages()