Home
last modified time | relevance | path

Searched refs:result1 (Results 1 – 5 of 5) sorted by relevance

/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java171 ITestResult result1 = caseResult.getResult(METHOD_1); in testResultReporting() local
172 assertNotNull(String.format("Expected result for %s", TEST_1), result1); in testResultReporting()
174 result1.getResultStatus()); in testResultReporting()
227 ITestResult result1 = caseResult.getResult(METHOD_1); in testRepeatedExecutions() local
228 assertNotNull(String.format("Expected result for %s", TEST_1), result1); in testRepeatedExecutions()
230 result1.getResultStatus()); in testRepeatedExecutions()
405 ITestResult result1 = caseResult.getResult(METHOD_1); in testResultReporting_moduleNotDone() local
406 assertNotNull(String.format("Expected result for %s", TEST_1), result1); in testResultReporting_moduleNotDone()
408 result1.getResultStatus()); in testResultReporting_moduleNotDone()
/cts/suite/audio_quality/test/
DTaskCaseTest.cpp142 android::String8 result1; in TEST_F() local
143 ASSERT_TRUE(mTaskCase->translateVarName(orig1, result1)); in TEST_F()
144 ASSERT_TRUE(StringUtil::compare(result1, "hello_1_2") == 0); in TEST_F()
/cts/hostsidetests/services/activityandwindowmanager/windowmanager/dndtargetapp/src/android/wm/cts/dndtargetapp/
DDropTarget.java277 final String result1 = queryPrefixed(uri, "1"); in processUri() local
278 if (!result1.equals(RESULT_OK)) { in processUri()
279 return result1; in processUri()
/cts/common/util/src/com/android/compatibility/common/util/
DResultHandler.java135 Collections.sort(results, (result1, result2) -> Long.compare( in getLightResults()
136 result1.getStartTime(), in getLightResults()
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java1497 String result1 = formatter.format(date1); in assertDateEquals() local
1500 assertEquals(message, result1, result2); in assertDateEquals()