Home
last modified time | relevance | path

Searched refs:TEST_PACKAGE2_NAME (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DServiceRestarterTest.java69 private static final String TEST_PACKAGE2_NAME = field in ServiceRestarterTest
113 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 …]