Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestLog.java56 if (dataName.startsWith(type.dataNamePrefix)) { in fromDataName()
63 private final String dataNamePrefix; field in TestLog.TestLogType
65 private TestLogType(String dataNamePrefix) { in TestLogType() argument
66 this.dataNamePrefix = dataNamePrefix; in TestLogType()