Home
last modified time | relevance | path

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

/cts/suite/audio_quality/test/
DTaskCaseTest.cpp157 android::String8 result4; in TEST_F() local
158 ASSERT_TRUE(mTaskCase->translateVarName(orig4, result4)); in TEST_F()
159 ASSERT_TRUE(StringUtil::compare(result4, "hello_there") == 0); in TEST_F()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureResultTest.java347 Pair<TotalCaptureResult, Long> result4 = captureAndVerifyResult(mockCaptureCallback, in testResultTimestamps() local
350 long resultDiff = result4.second - result3.second; in testResultTimestamps()
358 validateTimestamps("Result 4", result4.first, in testResultTimestamps()
359 prevImage, result4.second); in testResultTimestamps()
366 result4.second); in testResultTimestamps()