Home
last modified time | relevance | path

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

/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java152 ITestResult result3 = caseResult.getResult(METHOD_3); in testResultReporting() local
153 assertNotNull(String.format("Expected result for %s", TEST_3), result3); in testResultReporting()
155 result3.getResultStatus()); in testResultReporting()
/cts/suite/audio_quality/test/
DTaskCaseTest.cpp153 android::String8 result3; in TEST_F() local
154 ASSERT_TRUE(!mTaskCase->translateVarName(orig3, result3)); in TEST_F()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureResultTest.java345 Pair<TotalCaptureResult, Long> result3 = captureAndVerifyResult(mockCaptureCallback, in testResultTimestamps() local
350 long resultDiff = result4.second - result3.second; in testResultTimestamps()
354 validateTimestamps("Result 3", result3.first, in testResultTimestamps()
355 prevImage, result3.second); in testResultTimestamps()
365 mCollector.expectGreater("Timestamps must be increasing.", result3.second, in testResultTimestamps()