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.java227 boolean expectSuccess = (channelCount > 0) in testOutputChannelMasks()
236 assertEquals(expectSuccess, ok); in testOutputChannelMasks()
270 boolean expectSuccess = (channelCount > 0) in testInputChannelMasksPreQ()
279 assertEquals(expectSuccess, ok); in testInputChannelMasksPreQ()
321 boolean expectSuccess = defaultExpectSuccess || ((mask & bestEquivIndexMask) != 0); in testInputChannelMasksPostQ()
328 assertEquals(expectSuccess, ok); in testInputChannelMasksPostQ()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerTest.java350 private void assertResult(String testName, Boolean expectSuccess) throws InterruptedException { in assertResult() argument
354 if (expectSuccess) { in assertResult()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DVpnTest.java440 private void checkConnectionOwnerUidUdp(DatagramSocket s, boolean expectSuccess) { in checkConnectionOwnerUidUdp() argument
441 final int expectedUid = expectSuccess ? Process.myUid() : INVALID_UID; in checkConnectionOwnerUidUdp()