Searched refs:TypedString (Results 1 – 4 of 4) sorted by relevance
27 private TypedString mSummary = null;28 private Map<String, TypedString> mKvStore = null;48 public static class TypedString { class in TestSummary51 public TypedString(String string) { in TypedString() method in TestSummary.TypedString54 public TypedString(String string, Type type) { in TypedString() method in TestSummary.TypedString77 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 …]
20 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()
27 import com.android.tradefed.result.TestSummary.TypedString;418 TestSummary summary = new TestSummary(new TypedString(mSummary.toString(), Type.TEXT)); in getSummary()
610 new TestSummary(new TestSummary.TypedString("http://uri", TestSummary.Type.URI)));833 new TestSummary(new TestSummary.TypedString("http://uri", TestSummary.Type.URI)));