Home
last modified time | relevance | path

Searched refs:addInvocationInfo (Results 1 – 8 of 8) sorted by relevance

/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java197 result.addInvocationInfo(BUILD_FINGERPRINT, EXAMPLE_BUILD_FINGERPRINT); in testSerialization()
198 result.addInvocationInfo(BUILD_ID, EXAMPLE_BUILD_ID); in testSerialization()
199 result.addInvocationInfo(BUILD_PRODUCT, EXAMPLE_BUILD_PRODUCT); in testSerialization()
200 result.addInvocationInfo(RUN_HISTORY, EXAMPLE_RUN_HISTORY); in testSerialization()
288 result.addInvocationInfo(BUILD_FINGERPRINT, EXAMPLE_BUILD_FINGERPRINT); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
289 result.addInvocationInfo(BUILD_ID, EXAMPLE_BUILD_ID); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
290 result.addInvocationInfo(BUILD_PRODUCT, EXAMPLE_BUILD_PRODUCT); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DIInvocationResult.java86 void addInvocationInfo(String key, String value); in addInvocationInfo() method
DInvocationResult.java118 public void addInvocationInfo(String key, String value) { in addInvocationInfo() method in InvocationResult
DLightInvocationResult.java121 public void addInvocationInfo(String key, String value) { in addInvocationInfo() method in LightInvocationResult
DResultHandler.java204 invocation.addInvocationInfo(BUILD_ID, parser.getAttributeValue(NS, BUILD_ID)); in getResultFromDir()
205 invocation.addInvocationInfo(BUILD_PRODUCT, parser.getAttributeValue(NS, in getResultFromDir()
209 invocation.addInvocationInfo(RUN_HISTORY_ATTR, runHistoryValue); in getResultFromDir()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelperTest.java170 result.addInvocationInfo(BUILD_ID, EXAMPLE_BUILD_ID); in populateResults()
171 result.addInvocationInfo(BUILD_PRODUCT, EXAMPLE_BUILD_PRODUCT); in populateResults()
DResultReporterTest.java569 invocationResult.addInvocationInfo( in testRetryWithRunHistory()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java609 mResult.addInvocationInfo(RUN_HISTORY_KEY, gson.toJson(runHistories)); in finalizeResults()
918 invocationResult.addInvocationInfo(entry.getKey(), entry.getValue())); in addBuildInfoToResult()