Home
last modified time | relevance | path

Searched refs:shouldSkip (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/
DMediaTranscodingManagerTest.java171 private boolean shouldSkip() { in shouldSkip() method in MediaTranscodingManagerTest
182 if (shouldSkip()) { in testCreateTranscodingRequestWithNullDestinationUri()
197 if (shouldSkip()) { in testCreateTranscodingWithInvalidClientPid()
213 if (shouldSkip()) { in testCreateTranscodingWithInvalidClientUid()
229 if (shouldSkip()) { in testCreateTranscodingRequestWithNullSourceUri()
243 if (shouldSkip()) { in testCreateTranscodingRequestWithoutSourceUri()
257 if (shouldSkip()) { in testCreateTranscodingRequestWithoutDestinationUri()
273 if (shouldSkip()) { in testCreateTranscodingRequestWithoutVideoFormat()
285 if (shouldSkip()) { in testTranscodingWithExpectResult()
326 if (shouldSkip()) { in testTranscodingInvalidSrcUri()
[all …]
/cts/tests/leanbackjank/src/android/leanbackjank/cts/
DCtsDeviceLeanback.java44 private boolean shouldSkip() { in shouldSkip() method in CtsDeviceLeanback
56 if (shouldSkip()) { in runTest()
65 if (shouldSkip()) { in setUp()
/cts/tests/tests/media/src/android/media/cts/
DResourceManagerTestActivityBase.java124 boolean shouldSkip = false; in allocateCodecs()
132 shouldSkip = true; in allocateCodecs()
136 if (!shouldSkip) { in allocateCodecs()
143 shouldSkip = true; in allocateCodecs()
148 if (shouldSkip) { in allocateCodecs()
DEncodeDecodeTest.java317 if (mTest.shouldSkip()) { in run()
379 private boolean shouldSkip() { in shouldSkip() method in EncodeDecodeTest
404 if (shouldSkip()) { in encodeDecodeVideoFromBuffer()