Searched refs:TEST_PACKAGE1_NAME (Results 1 – 1 of 1) sorted by relevance
67 private static final String TEST_PACKAGE1_NAME = field in ServiceRestarterTest111 ApplicationInfo ai = mContext.getPackageManager().getApplicationInfo(TEST_PACKAGE1_NAME, 0); in setUp()170 executeShellCmd("cmd deviceidle whitelist +" + TEST_PACKAGE1_NAME); in testDisableServiceRestartBackoff()203 executeShellCmd("cmd deviceidle whitelist -" + TEST_PACKAGE1_NAME); in testDisableServiceRestartBackoff()213 am.forceStopPackage(TEST_PACKAGE1_NAME); in testDisableServiceRestartBackoff()236 executeShellCmd("cmd deviceidle whitelist +" + TEST_PACKAGE1_NAME); in testExtraDelaysInServiceRestartOnLowMem()293 executeShellCmd("cmd deviceidle whitelist -" + TEST_PACKAGE1_NAME); in testExtraDelaysInServiceRestartOnLowMem()303 am.forceStopPackage(TEST_PACKAGE1_NAME); in testExtraDelaysInServiceRestartOnLowMem()317 startServiceAndWait(TEST_PACKAGE1_NAME, uid1Listener1, WAIT_MS); in startKillAndRestart()330 assertTrue("Timed out to restart " + TEST_PACKAGE1_NAME, uid1Listener1.waitFor( in startKillAndRestart()[all …]