Home
last modified time | relevance | path

Searched refs:RESULT_VALUES (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java75 private static final Set<String> RESULT_VALUES = new HashSet<String>( field in ItsTestActivity
231 if (!RESULT_VALUES.contains(result)) { in onReceive()
/cts/apps/CameraITS/pymodules/its/
Ddevice.py83 RESULT_VALUES = {RESULT_PASS, RESULT_FAIL, RESULT_NOT_EXECUTED} variable in ItsSession
840 if results[scene][result_key] not in ItsSession.RESULT_VALUES: