Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestLog.java69 String getAttrValue() { in getAttrValue() method in TestLog.TestLogType
139 serializer.attribute(CtsXmlResultReporter.ns, TYPE_ATTR, mLogType.getAttrValue()); in serialize()
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DTestLogTest.java45 assertEquals("logcat", TestLogType.LOGCAT.getAttrValue()); in testTestLogType_getAttrValue()
46 assertEquals("bugreport", TestLogType.BUGREPORT.getAttrValue()); in testTestLogType_getAttrValue()