Searched refs:result2 (Results 1 – 6 of 6) sorted by relevance
/cts/hostsidetests/services/windowmanager/dndtargetapp/src/android/wm/cts/dndtargetapp/ |
D | DropTarget.java | 222 final String result2 = queryPrefixed(uri, "2"); in processUri() local 223 if (!result2.equals(RESULT_OK)) { in processUri() 224 return result2; in processUri()
|
/cts/suite/audio_quality/test/ |
D | TaskCaseTest.cpp | 147 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/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/ |
D | ResultReporterTest.java | 148 ITestResult result2 = caseResult.getResult(METHOD_2); in testResultReporting() local 149 assertNotNull(String.format("Expected result for %s", TEST_2), result2); in testResultReporting() 151 result2.getResultStatus()); in testResultReporting()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CaptureResultTest.java | 326 Pair<TotalCaptureResult, Long> result2 = captureAndVerifyResult(mockCaptureCallback, in testResultTimestamps() local 332 validateTimestamps("Result 2 Preview", result2.first, in testResultTimestamps() 333 prevImage, result2.second); in testResultTimestamps() 334 validateTimestamps("Result 2 Jpeg", result2.first, in testResultTimestamps() 335 jpegImage, result2.second); in testResultTimestamps() 341 result2.second); in testResultTimestamps()
|
/cts/common/util/src/com/android/compatibility/common/util/ |
D | ResultHandler.java | 208 public int compare(IInvocationResult result1, IInvocationResult result2) { in getResults() 209 return Long.compare(result1.getStartTime(), result2.getStartTime()); in getResults()
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | KeyPairGeneratorTest.java | 1498 String result2 = formatter.format(date2); in assertDateEquals() local 1500 assertEquals(message, result1, result2); in assertDateEquals()
|