Searched refs:executeShellCmd (Results 1 – 1 of 1) sorted by relevance
170 executeShellCmd("cmd deviceidle whitelist +" + TEST_PACKAGE1_NAME); in testDisableServiceRestartBackoff()171 executeShellCmd("cmd deviceidle whitelist +" + TEST_PACKAGE2_NAME); in testDisableServiceRestartBackoff()172 executeShellCmd("cmd deviceidle whitelist +" + TEST_PACKAGE3_NAME); in testDisableServiceRestartBackoff()203 executeShellCmd("cmd deviceidle whitelist -" + TEST_PACKAGE1_NAME); in testDisableServiceRestartBackoff()204 executeShellCmd("cmd deviceidle whitelist -" + TEST_PACKAGE2_NAME); in testDisableServiceRestartBackoff()205 executeShellCmd("cmd deviceidle whitelist -" + TEST_PACKAGE3_NAME); in testDisableServiceRestartBackoff()236 executeShellCmd("cmd deviceidle whitelist +" + TEST_PACKAGE1_NAME); in testExtraDelaysInServiceRestartOnLowMem()388 executeShellCmd("am service-restart-backoff disable " + testPkg); in testServiceWithDepPkgStopped()422 executeShellCmd("am service-restart-backoff enable " + testPkg); in testServiceWithDepPkgStopped()458 private String executeShellCmd(String cmd) throws Exception { in executeShellCmd() method in ServiceRestarterTest[all …]