Home
last modified time | relevance | path

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

/cts/tests/app/AppExitTest/src/android/app/cts/
DActivityManagerAppExitInfoTest.java1451 runFreezerTest(HEARTBEAT_FREEZER_LONG, false, ApplicationExitInfo.REASON_SIGNALED); in testFreezerNormalExitCode()
1458 runFreezerTest(HEARTBEAT_FREEZER_SHORT, true, ApplicationExitInfo.REASON_FREEZER); in testFreezerKillExitCode()
1461 public void runFreezerTest(long freezerTimeout, boolean dead, int reason) throws Exception { in runFreezerTest() method in ActivityManagerAppExitInfoTest