Home
last modified time | relevance | path

Searched refs:onFrankenDevice (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DVideoDecoderPerfTest.java199 if (MediaUtils.onFrankenDevice()) { in decode()
221 if (error != null && MediaUtils.onFrankenDevice()) { in decode()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java422 if (MediaUtils.onFrankenDevice()) { in doTest()
548 if (MediaUtils.onFrankenDevice() || Build.IS_EMULATOR in doTest()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java1527 public static boolean onFrankenDevice() throws IOException { in onFrankenDevice() method in MediaUtils