Home
last modified time | relevance | path

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

/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchResultCtsTest.java46 AppSearchResult<String> result4 = in testResultEquals_identical() local
50 assertThat(result3).isEqualTo(result4); in testResultEquals_identical()
51 assertThat(result3.hashCode()).isEqualTo(result4.hashCode()); in testResultEquals_identical()
68 AppSearchResult<String> result4 = in testResultEquals_failure() local
71 assertThat(result3).isNotEqualTo(result4); in testResultEquals_failure()
72 assertThat(result3.hashCode()).isNotEqualTo(result4.hashCode()); in testResultEquals_failure()
/cts/common/device-side/bedstead/harrier/src/test/java/com/android/bedstead/harrier/
DBedsteadServiceLocatorTest.kt66 val result4 = locator.get<ExampleClass>() in callGetFewTimes_executeGetDependencyOnce_dependencyInstanceIsReused() constant
70 assertThat(result1).isSameInstanceAs(result4) in callGetFewTimes_executeGetDependencyOnce_dependencyInstanceIsReused()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureResultTest.java358 Pair<TotalCaptureResult, Long> result4 = captureAndVerifyResult(mockCaptureCallback, in testResultTimestamps() local
361 long resultDiff = result4.second - result3.second; in testResultTimestamps()
369 validateTimestamps("Result 4", result4.first, in testResultTimestamps()
370 prevImage, result4.second); in testResultTimestamps()
377 result4.second); in testResultTimestamps()