Searched refs:mTestTag (Results 1 – 6 of 6) sorted by relevance
63 private String mTestTag; field in ConsoleResultReporter77 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()
58 private String mTestTag; field in InvocationContext277 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()
57 private String mTestTag = "stub"; field in BuildInfo134 mTestTag = testTag; in setTestTag()142 return mTestTag; in getTestTag()518 mBuildTargetName, mTestTag, mDeviceSerial); in hashCode()541 && Objects.equal(mTestTag, other.mTestTag) in equals()
608 public String mTestTag = null; field in SubprocessEventHelper.InvocationStartedEventInfo612 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()
590 mContext.setTestTag(eventStart.mTestTag); in handleEvent()
73 private String mTestTag = "stub"; field in CommandOptions412 mTestTag = testTag; in setTestTag()420 return mTestTag; in getTestTag()