Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceShellFuncTest.java60 final String testTag = "testExecuteShellCommand_basic"; in testExecuteShellCommand_basic() local
101 final String testTag = "testExecuteShellCommandV2_basic"; in testExecuteShellCommandV2_basic() local
145 final String testTag = "testExecuteShellCommand_pipeStdin"; in testExecuteShellCommand_pipeStdin() local
DTestDeviceFileFuncTest.java317 final String testTag = "testDeleteFile_basic"; in testDeleteFile_Basic() local
341 final String testTag = "testDeleteFile_extStorage"; in testDeleteFile_ExtStorage() local
/tools/tradefederation/core/src/com/android/tradefed/result/
DConsoleResultReporter.java217 static String getTestSummary(String testTag, TestDescription testId, TestResult testResult) { in getTestSummary()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/
DIInvocationContext.java181 public void setTestTag(String testTag); in setTestTag()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/build/
DIBuildInfo.java72 public void setTestTag(String testTag); in setTestTag()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationContext.java284 public void setTestTag(String testTag) { in setTestTag()
DInvocationExecution.java1372 String testTag = config.getCommandOptions().getTestTag(); in getTestTag() local
DTestInvocation.java1618 String testTag = config.getCommandOptions().getTestTag(); in getTestTag() local
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java82 public void setTestTag(String testTag); in setTestTag()
DCommandOptions.java551 public void setTestTag(String testTag) { in setTestTag()
/tools/tradefederation/core/src/com/android/tradefed/build/
DBuildInfo.java143 public void setTestTag(String testTag) { in setTestTag()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java632 public InvocationStartedEventInfo(String testTag, Long startTime) { in InvocationStartedEventInfo()