Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DDeqpTestRunnerTest.java1842 public static interface RecoverableTestDevice extends ITestDevice { interface in DeqpTestRunnerTest
1874 private void setRecoveryExpectationKillProcess(RecoverableTestDevice mockDevice, in setRecoveryExpectationKillProcess()
1889 private void setRecoveryExpectationRecovery(RecoverableTestDevice mockDevice) in setRecoveryExpectationRecovery()
1895 private void setRecoveryExpectationReboot(RecoverableTestDevice mockDevice) in setRecoveryExpectationReboot()
1901 private int setRecoveryExpectationOfAConnFailure(RecoverableTestDevice mockDevice, in setRecoveryExpectationOfAConnFailure()
1917 private int setRecoveryExpectationOfAComKilled(RecoverableTestDevice mockDevice, in setRecoveryExpectationOfAComKilled()
1937 private void setRecoveryExpectationsOfAPattern(RecoverableTestDevice mockDevice, in setRecoveryExpectationsOfAPattern()
1965 RecoverableTestDevice mockDevice = orderedControl.createMock(RecoverableTestDevice.class); in testRecoveryWithPattern()
2104 RecoverableTestDevice mockDevice = orderedControl.createMock(RecoverableTestDevice.class); in testRecovery_unkillableProcess()