Searched refs:KILL_APP_COMMAND_TEMPLATE (Results 1 – 2 of 2) sorted by relevance
83 startsWith(String.format(AppSetup.KILL_APP_COMMAND_TEMPLATE, ""))); in testKillAppsOption()85 .executeShellCommand(eq(String.format(AppSetup.KILL_APP_COMMAND_TEMPLATE, "app1"))); in testKillAppsOption()87 .executeShellCommand(eq(String.format(AppSetup.KILL_APP_COMMAND_TEMPLATE, "app2"))); in testKillAppsOption()
51 static final String KILL_APP_COMMAND_TEMPLATE = "am force-stop %s"; field in AppSetup75 getDevice().executeShellCommand(String.format(KILL_APP_COMMAND_TEMPLATE, packageName)); in run()