Home
last modified time | relevance | path

Searched refs:mTestTag (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/result/
DConsoleResultReporter.java63 private String mTestTag; field in ConsoleResultReporter
77 mTestTag = context.getTestTag(); in invocationStarted()
89 print(getTestSummary(mTestTag, test, result)); in testResult()
107 String tag = mTestTag != null ? mTestTag : "unknown"; in testRunEnded()
129 sb.append(String.format("\nResults summary for test-tag '%s': ", mTestTag)); in invocationEnded()
158 print(getTestSummary(mTestTag, entry.getKey(), entry.getValue())); in invocationEnded()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationContext.java58 private String mTestTag; field in InvocationContext
277 return mTestTag; in getTestTag()
285 mTestTag = testTag; in setTestTag()
386 if (mTestTag != null) { in toProto()
387 contextBuilder.setTestTag(mTestTag); in toProto()
419 context.mTestTag = protoContext.getTestTag(); in fromProto()
/tools/tradefederation/core/src/com/android/tradefed/build/
DBuildInfo.java57 private String mTestTag = "stub"; field in BuildInfo
134 mTestTag = testTag; in setTestTag()
142 return mTestTag; in getTestTag()
518 mBuildTargetName, mTestTag, mDeviceSerial); in hashCode()
541 && Objects.equal(mTestTag, other.mTestTag) in equals()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java608 public String mTestTag = null; field in SubprocessEventHelper.InvocationStartedEventInfo
612 mTestTag = testTag; in InvocationStartedEventInfo()
617 mTestTag = jsonObject.getString(TEST_TAG_KEY); in InvocationStartedEventInfo()
628 if (mTestTag != null) { in toString()
629 tags.put(TEST_TAG_KEY, mTestTag); in toString()
DSubprocessTestResultsParser.java590 mContext.setTestTag(eventStart.mTestTag); in handleEvent()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandOptions.java73 private String mTestTag = "stub"; field in CommandOptions
412 mTestTag = testTag; in setTestTag()
420 return mTestTag; in getTestTag()