Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DVideoDecoderPerfTest.java99 if (MediaUtils.onFrankenDevice()) { in decode()
119 if ((MediaUtils.onFrankenDevice() || mSkipRateChecking) && error != null) { in decode()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java702 if (MediaUtils.onFrankenDevice()) { in doTest()
814 if (MediaUtils.onFrankenDevice() && error != null) { in doTest()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java1421 public static boolean onFrankenDevice() throws IOException { in onFrankenDevice() method in MediaUtils