Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java88 public void setTestTag(String testTag); in setTestTag() argument
DCommandOptions.java372 public void setTestTag(String testTag) { in setTestTag() argument
373 mTestTag = testTag; in setTestTag()
/tools/tradefederation/core/src/com/android/tradefed/build/
DDeviceBuildInfo.java50 public DeviceBuildInfo(String buildId, String testTag, String buildTargetName) { in DeviceBuildInfo() argument
51 super(buildId, testTag, buildTargetName); in DeviceBuildInfo()
DIBuildInfo.java61 public void setTestTag(String testTag); in setTestTag() argument
DOtaDeviceBuildInfo.java90 public void setTestTag(String testTag) { in setTestTag() argument
91 mBaselineBuild.setTestTag(testTag); in setTestTag()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DIInvocationContext.java166 public void setTestTag(String testTag); in setTestTag() argument
DInvocationContext.java276 public void setTestTag(String testTag) { in setTestTag() argument
277 mTestTag = testTag; in setTestTag()
DInvocationExecution.java473 String testTag = config.getCommandOptions().getTestTag(); in getTestTag() local
475 testTag = in getTestTag()
476 String.format("%s-%s", testTag, config.getCommandOptions().getTestTagSuffix()); in getTestTag()
478 return testTag; in getTestTag()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java1098 final String testTag = "THISISTHETAG"; in testInvoke_buildProviderNeedTestTag() local
1102 commandOption.setTestTag(testTag); in testInvoke_buildProviderNeedTestTag()
1117 mMockBuildInfo.setTestTag(EasyMock.eq(testTag)); in testInvoke_buildProviderNeedTestTag()