Searched refs:expectSuccess (Results 1 – 3 of 3) sorted by relevance
227 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()
350 private void assertResult(String testName, Boolean expectSuccess) throws InterruptedException { in assertResult() argument354 if (expectSuccess) { in assertResult()
440 private void checkConnectionOwnerUidUdp(DatagramSocket s, boolean expectSuccess) { in checkConnectionOwnerUidUdp() argument441 final int expectedUid = expectSuccess ? Process.myUid() : INVALID_UID; in checkConnectionOwnerUidUdp()