HomeSort by relevance Sort by last modified time
    Searched full:classsegment (Results 1 - 1 of 1) sorted by null

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageXmlParser.java 102 String classSegment = attributes.getValue("name");
103 if (classSegment != null) {
104 mClassNameStack.push(classSegment);

Completed in 2434 milliseconds