Searched refs:TEST_PACKAGE3_NAME (Results 1 – 1 of 1) sorted by relevance
71 private static final String TEST_PACKAGE3_NAME = field in ServiceRestarterTest115 ai = mContext.getPackageManager().getApplicationInfo(TEST_PACKAGE3_NAME, 0); in setUp()172 executeShellCmd("cmd deviceidle whitelist +" + TEST_PACKAGE3_NAME); in testDisableServiceRestartBackoff()205 executeShellCmd("cmd deviceidle whitelist -" + TEST_PACKAGE3_NAME); in testDisableServiceRestartBackoff()215 am.forceStopPackage(TEST_PACKAGE3_NAME); in testDisableServiceRestartBackoff()238 executeShellCmd("cmd deviceidle whitelist +" + TEST_PACKAGE3_NAME); in testExtraDelaysInServiceRestartOnLowMem()295 executeShellCmd("cmd deviceidle whitelist -" + TEST_PACKAGE3_NAME); in testExtraDelaysInServiceRestartOnLowMem()305 am.forceStopPackage(TEST_PACKAGE3_NAME); in testExtraDelaysInServiceRestartOnLowMem()319 startServiceAndWait(TEST_PACKAGE3_NAME, uid3Listener1, WAIT_MS); in startKillAndRestart()334 assertTrue("Timed out to restart " + TEST_PACKAGE3_NAME, uid3Listener1.waitFor( in startKillAndRestart()[all …]