Searched defs:TestLogType (Results 1 - 1 of 1) sorted by relevance

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
H A DTestLog.java35 public enum TestLogType { enum in class:TestLog
46 * Returns the TestLogType from an ILogSaver data name or null
50 static TestLogType fromDataName(String dataName) {
55 for (TestLogType type : values()) {
65 private TestLogType(String dataNamePrefix) { method in class:TestLog.TestLogType
75 private final TestLogType mLogType;
83 TestLogType logType = TestLogType.fromDataName(dataName);
109 TestLogType logType = TestLogType
[all...]

Completed in 19 milliseconds