Searched refs:verifyException (Results 1 – 1 of 1) sorted by relevance
166 tested = verifyException(format, false /* isEncoder */) || tested; in testException()172 tested = verifyException(format, true /* isEncoder */) || tested; in testException()176 tested = verifyException(format, false /* isEncoder */) || tested; in testException()179 tested = verifyException(format, true /* isEncoder */) || tested; in testException()206 private static boolean verifyException(MediaFormat format, boolean isEncoder) in verifyException() method in MediaCodecTest