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.java168 private boolean shouldSkip() { in shouldSkip() method in MediaTranscodingManagerTest
179 if (shouldSkip()) { in testCreateTranscodingRequestWithNullDestinationUri()
194 if (shouldSkip()) { in testCreateTranscodingWithInvalidClientPid()
210 if (shouldSkip()) { in testCreateTranscodingWithInvalidClientUid()
226 if (shouldSkip()) { in testCreateTranscodingRequestWithNullSourceUri()
240 if (shouldSkip()) { in testCreateTranscodingRequestWithoutSourceUri()
254 if (shouldSkip()) { in testCreateTranscodingRequestWithoutDestinationUri()
270 if (shouldSkip()) { in testCreateTranscodingRequestWithoutVideoFormat()
282 if (shouldSkip()) { in testTranscodingWithExpectResult()
323 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()