Searched refs:clearApp (Results 1 – 3 of 3) sorted by relevance
94 HelperTestUtility.clearApp(String.format(KILL_TEST_APP_CMD_TEMPLATE, CALCULATOR_PKG_NAME)); in setUp()95 HelperTestUtility.clearApp(String.format(KILL_TEST_APP_CMD_TEMPLATE, CLOCK_PKG_NAME)); in setUp()183 HelperTestUtility.clearApp(String.format(KILL_TEST_APP_CMD_TEMPLATE, CALCULATOR_PKG_NAME)); in testMultipleColdLaunchMetric()228 HelperTestUtility.clearApp(String.format(KILL_TEST_APP_CMD_TEMPLATE, CALCULATOR_PKG_NAME)); in testDifferentAppColdLaunchMetric()235 HelperTestUtility.clearApp(String.format(KILL_TEST_APP_CMD_TEMPLATE, CLOCK_PKG_NAME)); in testDifferentAppColdLaunchMetric()375 HelperTestUtility.clearApp(String.format(KILL_TEST_APP_CMD_TEMPLATE, CALCULATOR_PKG_NAME)); in testHotLaunchMetric()411 HelperTestUtility.clearApp(String.format(KILL_TEST_APP_CMD_TEMPLATE, CLOCK_PKG_NAME)); in testSingleLaunchStartupFullyDrawnMetric()431 HelperTestUtility.clearApp(String.format(KILL_TEST_APP_CMD_TEMPLATE, CLOCK_PKG_NAME)); in testMultipleLaunchStartupFullyDrawnMetric()451 HelperTestUtility.clearApp(String.format(KILL_TEST_APP_CMD_TEMPLATE, CLOCK_PKG_NAME)); in testMultipleLaunchStartupFullyDrawnMetric()
82 public static void clearApp(String killCmd) { in clearApp() method in HelperTestUtility
80 HelperTestUtility.clearApp(KILL_TEST_APP_CMD); in setUp()