Home
last modified time | relevance | path

Searched refs:result2 (Results 1 – 3 of 3) sorted by relevance

/cts/suite/audio_quality/test/
DTaskCaseTest.cpp147 android::String8 result2; in TEST_F() local
148 ASSERT_TRUE(mTaskCase->translateVarName(orig2, result2)); in TEST_F()
149 ASSERT_TRUE(StringUtil::compare(result2, "hello_1_2_3_there") == 0); in TEST_F()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCaptureResultTest.java323 Pair<TotalCaptureResult, Long> result2 = captureAndVerifyResult(mockCaptureCallback, in testResultTimestamps() local
327 validateTimestamps("Result 2 Preview", result2.first, in testResultTimestamps()
328 prevListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS), result2.second); in testResultTimestamps()
329 validateTimestamps("Result 2 Jpeg", result2.first, in testResultTimestamps()
330 jpegListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS), result2.second); in testResultTimestamps()
334 result2.second); in testResultTimestamps()
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java1471 String result2 = formatter.format(date2); in assertDateEquals() local
1473 assertEquals(message, result1, result2); in assertDateEquals()