HomeSort by relevance Sort by last modified time
    Searched refs:addInvocationInfo (Results 1 - 8 of 8) sorted by null

  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
IInvocationResult.java 86 void addInvocationInfo(String key, String value);
InvocationResult.java 105 public void addInvocationInfo(String key, String value) {
LightInvocationResult.java 121 public void addInvocationInfo(String key, String value) {
ResultHandler.java 197 invocation.addInvocationInfo(BUILD_ID, parser.getAttributeValue(NS, BUILD_ID));
198 invocation.addInvocationInfo(BUILD_PRODUCT, parser.getAttributeValue(NS,
  /test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
SubPlanHelperTest.java 170 result.addInvocationInfo(BUILD_ID, EXAMPLE_BUILD_ID);
171 result.addInvocationInfo(BUILD_PRODUCT, EXAMPLE_BUILD_PRODUCT);
  /test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
ResultHandlerTest.java 171 result.addInvocationInfo(BUILD_FINGERPRINT, EXAMPLE_BUILD_FINGERPRINT);
172 result.addInvocationInfo(BUILD_ID, EXAMPLE_BUILD_ID);
173 result.addInvocationInfo(BUILD_PRODUCT, EXAMPLE_BUILD_PRODUCT);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsReport.java 115 result.addInvocationInfo(entry.getKey(), entry.getValue());
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
ResultReporter.java     [all...]

Completed in 865 milliseconds