Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioNativeTest.java215 boolean expectSuccess = (channelCount > 0) in testOutputChannelMasks()
224 assertEquals(expectSuccess, ok); in testOutputChannelMasks()
243 boolean expectSuccess = (channelCount > 0) in testInputChannelMasks()
252 assertEquals(expectSuccess, ok); in testInputChannelMasks()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerTest.java286 private void assertResult(String testName, Boolean expectSuccess) throws InterruptedException { in assertResult() argument
290 if (expectSuccess) { in assertResult()
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DDeqpTestRunnerTest.java2687 private void testRecoveryWithPattern(boolean expectSuccess, RecoveryEvent...pattern) in testRecoveryWithPattern() argument
2703 if (!expectSuccess) { in testRecoveryWithPattern()
2707 if (expectSuccess) { in testRecoveryWithPattern()