Home
last modified time | relevance | path

Searched refs:testTag (Results 1 – 12 of 12) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java681 String testTag = config.getCommandOptions().getTestTag(); in getTestTag() local
683 testTag = in getTestTag()
684 String.format("%s-%s", testTag, config.getCommandOptions().getTestTagSuffix()); in getTestTag()
686 return testTag; in getTestTag()
DTestInvocation.java1091 String testTag = config.getCommandOptions().getTestTag(); in getTestTag() local
1093 testTag = in getTestTag()
1094 String.format("%s-%s", testTag, config.getCommandOptions().getTestTagSuffix()); in getTestTag()
1096 return testTag; in getTestTag()
DInvocationContext.java284 public void setTestTag(String testTag) { in setTestTag() argument
285 mTestTag = testTag; in setTestTag()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandOptions.java411 public void setTestTag(String testTag) { in setTestTag() argument
412 mTestTag = testTag; in setTestTag()
DICommandOptions.java79 public void setTestTag(String testTag); in setTestTag() argument
/tools/tradefederation/core/src/com/android/tradefed/result/
DConsoleResultReporter.java190 static String getTestSummary(String testTag, TestDescription testId, TestResult testResult) { in getTestSummary() argument
195 testTag, in getTestSummary()
/tools/tradefederation/core/src/com/android/tradefed/build/
DOtaDeviceBuildInfo.java90 public void setTestTag(String testTag) { in setTestTag() argument
91 mBaselineBuild.setTestTag(testTag); in setTestTag()
DBuildInfo.java133 public void setTestTag(String testTag) { in setTestTag() argument
134 mTestTag = testTag; in setTestTag()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java611 public InvocationStartedEventInfo(String testTag, Long startTime) { in InvocationStartedEventInfo() argument
612 mTestTag = testTag; in InvocationStartedEventInfo()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java1000 final String testTag = "THISISTHETAG"; in testInvoke_buildProviderNeedTestTag() local
1004 commandOption.setTestTag(testTag); in testInvoke_buildProviderNeedTestTag()
1021 mMockBuildInfo.setTestTag(EasyMock.eq(testTag)); in testInvoke_buildProviderNeedTestTag()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/
DIInvocationContext.java181 public void setTestTag(String testTag); in setTestTag() argument
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/build/
DIBuildInfo.java72 public void setTestTag(String testTag); in setTestTag() argument