Searched refs:addInvocationInfo (Results 1 – 7 of 7) sorted by relevance
| /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 | 104 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 | 198 invocation.addInvocationInfo(BUILD_ID, parser.getAttributeValue(NS, BUILD_ID)); in getResultFromDir() 199 invocation.addInvocationInfo(BUILD_PRODUCT, parser.getAttributeValue(NS, 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()
|
| /test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/ |
| D | ResultHandlerTest.java | 176 result.addInvocationInfo(BUILD_FINGERPRINT, EXAMPLE_BUILD_FINGERPRINT); in testSerialization() 177 result.addInvocationInfo(BUILD_ID, EXAMPLE_BUILD_ID); in testSerialization() 178 result.addInvocationInfo(BUILD_PRODUCT, EXAMPLE_BUILD_PRODUCT); in testSerialization()
|
| /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
| D | ResultReporter.java | 868 invocationResult.addInvocationInfo(entry.getKey(), entry.getValue())); in addBuildInfoToResult()
|