Home
last modified time | relevance | path

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

/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java1380 public static interface RecoverableTestDevice extends ITestDevice { interface in DeqpTestRunnerTest
1412 private void setRecoveryExpectationKillProcess(RecoverableTestDevice mockDevice, in setRecoveryExpectationKillProcess()
1427 private void setRecoveryExpectationRecovery(RecoverableTestDevice mockDevice) in setRecoveryExpectationRecovery()
1433 private void setRecoveryExpectationReboot(RecoverableTestDevice mockDevice) in setRecoveryExpectationReboot()
1439 private int setRecoveryExpectationOfAConnFailure(RecoverableTestDevice mockDevice, in setRecoveryExpectationOfAConnFailure()
1455 private int setRecoveryExpectationOfAComKilled(RecoverableTestDevice mockDevice, in setRecoveryExpectationOfAComKilled()
1475 private void setRecoveryExpectationsOfAPattern(RecoverableTestDevice mockDevice, in setRecoveryExpectationsOfAPattern()
1503 RecoverableTestDevice mockDevice = orderedControl.createMock(RecoverableTestDevice.class); in testRecoveryWithPattern()
1643 RecoverableTestDevice mockDevice = orderedControl.createMock(RecoverableTestDevice.class); in testRecovery_unkillableProcess()