Home
last modified time | relevance | path

Searched defs:logType (Results 1 – 1 of 1) sorted by relevance

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestLog.java83 TestLogType logType = TestLogType.fromDataName(dataName); in fromDataName() local
109 TestLogType logType = TestLogType.valueOf(type.toUpperCase()); in fromXml() local
117 public static TestLog of(TestLogType logType, String url) { in of()
121 private TestLog(TestLogType logType, String url) { in TestLog()