Searched refs:testRecoveryWithPattern (Results 1 – 1 of 1) sorted by relevance
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
D | DeqpTestRunnerTest.java | 1961 private void testRecoveryWithPattern(boolean expectSuccess, RecoveryEvent...pattern) in testRecoveryWithPattern() method in DeqpTestRunnerTest 1992 testRecoveryWithPattern(true); in testRecovery_NoEvents() 1996 testRecoveryWithPattern(true, RecoveryEvent.PROGRESS, RecoveryEvent.PROGRESS); in testRecovery_AllOk() 2002 testRecoveryWithPattern(true, RecoveryEvent.FAIL_CONNECTION_REFUSED, in testRecovery_OneConnectionFailureBegin() 2007 testRecoveryWithPattern(true, RecoveryEvent.FAIL_CONNECTION_REFUSED, in testRecovery_TwoConnectionFailuresBegin() 2012 testRecoveryWithPattern(false, RecoveryEvent.FAIL_CONNECTION_REFUSED, in testRecovery_ThreeConnectionFailuresBegin() 2017 testRecoveryWithPattern(true, RecoveryEvent.PROGRESS, in testRecovery_OneConnectionFailureMid() 2022 testRecoveryWithPattern(true, RecoveryEvent.PROGRESS, in testRecovery_TwoConnectionFailuresMid() 2028 testRecoveryWithPattern(false, RecoveryEvent.PROGRESS, in testRecovery_ThreeConnectionFailuresMid() 2036 testRecoveryWithPattern(true, RecoveryEvent.FAIL_LINK_KILLED, in testRecovery_OneLinkFailureBegin() [all …]
|