Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tools/
Drun_all_tests.py52 RESULT_VALUES = (RESULT_PASS, RESULT_FAIL, RESULT_NOT_EXECUTED) variable
231 if results[scene][RESULT_KEY] not in RESULT_VALUES:
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java110 private static final Set<String> RESULT_VALUES = new HashSet<String>( field in ItsTestActivity
413 if (!RESULT_VALUES.contains(result)) { in onReceive()