Searched refs:TEST_PACKAGE2_NAME (Results 1 – 1 of 1) sorted by relevance
69 private static final String TEST_PACKAGE2_NAME = field in ServiceRestarterTest113 ai = mContext.getPackageManager().getApplicationInfo(TEST_PACKAGE2_NAME, 0); in setUp()171 executeShellCmd("cmd deviceidle whitelist +" + TEST_PACKAGE2_NAME); in testDisableServiceRestartBackoff()175 executeShellCmd("am service-restart-backoff enable " + TEST_PACKAGE2_NAME); in testDisableServiceRestartBackoff()184 executeShellCmd("am service-restart-backoff disable " + TEST_PACKAGE2_NAME); in testDisableServiceRestartBackoff()194 executeShellCmd("am service-restart-backoff enable " + TEST_PACKAGE2_NAME); in testDisableServiceRestartBackoff()204 executeShellCmd("cmd deviceidle whitelist -" + TEST_PACKAGE2_NAME); in testDisableServiceRestartBackoff()206 executeShellCmd("am service-restart-backoff enable " + TEST_PACKAGE2_NAME); in testDisableServiceRestartBackoff()214 am.forceStopPackage(TEST_PACKAGE2_NAME); in testDisableServiceRestartBackoff()237 executeShellCmd("cmd deviceidle whitelist +" + TEST_PACKAGE2_NAME); in testExtraDelaysInServiceRestartOnLowMem()[all …]