Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DAppStartupHelperTest.java94 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()
DHelperTestUtility.java82 public static void clearApp(String killCmd) { in clearApp() method in HelperTestUtility
DCrashHelperTest.java80 HelperTestUtility.clearApp(KILL_TEST_APP_CMD); in setUp()