Searched refs:addInvocationInfo (Results 1 – 8 of 8) sorted by relevance
| /test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/ |
| D | ResultHandlerTest.java | 197 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/ |
| D | IInvocationResult.java | 86 void addInvocationInfo(String key, String value); in addInvocationInfo() method
|
| D | InvocationResult.java | 118 public void addInvocationInfo(String key, String value) { in addInvocationInfo() method in InvocationResult
|
| D | LightInvocationResult.java | 121 public void addInvocationInfo(String key, String value) { in addInvocationInfo() method in LightInvocationResult
|
| D | ResultHandler.java | 204 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/ |
| D | SubPlanHelperTest.java | 170 result.addInvocationInfo(BUILD_ID, EXAMPLE_BUILD_ID); in populateResults() 171 result.addInvocationInfo(BUILD_PRODUCT, EXAMPLE_BUILD_PRODUCT); in populateResults()
|
| D | ResultReporterTest.java | 569 invocationResult.addInvocationInfo( in testRetryWithRunHistory()
|
| /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
| D | ResultReporter.java | 609 mResult.addInvocationInfo(RUN_HISTORY_KEY, gson.toJson(runHistories)); in finalizeResults() 918 invocationResult.addInvocationInfo(entry.getKey(), entry.getValue())); in addBuildInfoToResult()
|