Home
last modified time | relevance | path

Searched refs:TypedString (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestSummary.java27 private TypedString mSummary = null;
28 private Map<String, TypedString> mKvStore = null;
48 public static class TypedString { class in TestSummary
51 public TypedString(String string) { in TypedString() method in TestSummary.TypedString
54 public TypedString(String string, Type type) { in TypedString() method in TestSummary.TypedString
77 this(new TypedString(summaryUri)); in TestSummary()
80 public TestSummary(TypedString summary) { in TestSummary()
82 mKvStore = new HashMap<String, TypedString>(); in TestSummary()
97 setSummary(new TypedString(summary)); in setSummary()
100 public void setSummary(TypedString summary) { in setSummary()
[all …]
/tools/tradefederation/core/javatests/com/android/tradefed/result/
DTestSummaryTest.java20 import com.android.tradefed.result.TestSummary.TypedString;
38 final TypedString sumText = new TypedString("file:///path/to/summary.txt"); in testSimpleCreate()
39 final TypedString httpText = new TypedString("http://summary.com/also/a/summary.html"); in testSimpleCreate()
48 Map<String, TypedString> kv = summary.getKvEntries(); in testSimpleCreate()
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DSuiteResultReporter.java27 import com.android.tradefed.result.TestSummary.TypedString;
418 TestSummary summary = new TestSummary(new TypedString(mSummary.toString(), Type.TEXT)); in getSummary()
/tools/tradefederation/core/javatests/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java610 new TestSummary(new TestSummary.TypedString("http://uri", TestSummary.Type.URI)));
833 new TestSummary(new TestSummary.TypedString("http://uri", TestSummary.Type.URI)));