Home
last modified time | relevance | path

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

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