Home
last modified time | relevance | path

Searched refs: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
65 devicePath = String.format("%s/%s", mInternalStorage, testTag); in testExecuteShellCommand_basic()
101 final String testTag = "testExecuteShellCommandV2_basic"; in testExecuteShellCommandV2_basic() local
106 devicePath = String.format("%s/%s", mInternalStorage, testTag); in testExecuteShellCommandV2_basic()
145 final String testTag = "testExecuteShellCommand_pipeStdin"; in testExecuteShellCommand_pipeStdin() local
147 File input = FileUtil.createTempFile(testTag, ""); in testExecuteShellCommand_pipeStdin()
DTestDeviceFileFuncTest.java317 final String testTag = "testDeleteFile_basic"; in testDeleteFile_Basic() local
318 final String filename = String.format("%s%s", testTag, ".txt"); in testDeleteFile_Basic()
341 final String testTag = "testDeleteFile_extStorage"; in testDeleteFile_ExtStorage() local
342 final String filename = String.format("%s%s", testTag, ".txt"); in testDeleteFile_ExtStorage()
/tools/tradefederation/core/src/com/android/tradefed/result/
DConsoleResultReporter.java217 static String getTestSummary(String testTag, TestDescription testId, TestResult testResult) { in getTestSummary() argument
222 testTag, in getTestSummary()
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java82 public void setTestTag(String testTag); in setTestTag() argument
DCommandOptions.java591 public void setTestTag(String testTag) { in setTestTag() argument
592 mTestTag = testTag; in setTestTag()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/build/
DIBuildInfo.java72 public void setTestTag(String testTag); in setTestTag() argument
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/
DIInvocationContext.java181 public void setTestTag(String testTag); in setTestTag() argument
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationContext.java286 public void setTestTag(String testTag) { in setTestTag() argument
287 mTestTag = testTag; in setTestTag()
DInvocationExecution.java1382 String testTag = config.getCommandOptions().getTestTag(); in getTestTag() local
1384 testTag = in getTestTag()
1385 String.format("%s-%s", testTag, config.getCommandOptions().getTestTagSuffix()); in getTestTag()
1387 return testTag; in getTestTag()
DTestInvocation.java1667 String testTag = config.getCommandOptions().getTestTag(); in getTestTag() local
1669 testTag = in getTestTag()
1670 String.format("%s-%s", testTag, config.getCommandOptions().getTestTagSuffix()); in getTestTag()
1672 return testTag; in getTestTag()
/tools/tradefederation/core/src/com/android/tradefed/build/
DBuildInfo.java143 public void setTestTag(String testTag) { in setTestTag() argument
144 mTestTag = testTag; in setTestTag()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java632 public InvocationStartedEventInfo(String testTag, Long startTime) { in InvocationStartedEventInfo() argument
633 mTestTag = testTag; in InvocationStartedEventInfo()