Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DSelectableResolution.java27 public boolean tested; field in SelectableResolution
35 this.tested = false; in SelectableResolution()
41 + (!tested ? "untested" : "done"); in toString()
DPhotoCaptureActivity.java214 if (!mSupportedResolutions.get(mResolutionSpinnerIndex).tested) { in onResume()
251 mSupportedResolutions.get(mResolutionSpinnerIndex).tested = true; in onPictureTaken()
299 res.tested = true; in onActivityResult()
309 if (!mSupportedResolutions.get(i).tested) { in onActivityResult()
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecTest.java92 boolean tested = false; in testException()
96 tested = verifyException(format, false /* isEncoder */) || tested; in testException()
102 tested = verifyException(format, true /* isEncoder */) || tested; in testException()
106 tested = verifyException(format, false /* isEncoder */) || tested; in testException()
109 tested = verifyException(format, true /* isEncoder */) || tested; in testException()
112 if (!tested) { in testException()
/cts/hostsidetests/theme/
DREADME48 a set for each possible DPI bucket (tvdpi, xxhdpi, etc.) that may be tested.