Home
last modified time | relevance | path

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

/cts/libs/commonutil/src/com/android/cts/util/
DReportLog.java37 private static final String LOG_ELEM_SEPARATOR = "|"; field in ReportLog
87 builder.append(LOG_ELEM_SEPARATOR); in doPrintArray()
89 builder.append(LOG_ELEM_SEPARATOR); in doPrintArray()
91 builder.append(LOG_ELEM_SEPARATOR); in doPrintArray()
93 builder.append(LOG_ELEM_SEPARATOR); in doPrintArray()
116 mSummary = message + LOG_ELEM_SEPARATOR + target + LOG_ELEM_SEPARATOR + type.getXmlString() in printSummaryWithTarget()
117 + LOG_ELEM_SEPARATOR + unit.getXmlString() + LOG_ELEM_SEPARATOR + value; in printSummaryWithTarget()
139 mSummary = message + LOG_ELEM_SEPARATOR + " " + LOG_ELEM_SEPARATOR + type.getXmlString() + in printSummary()
140 LOG_ELEM_SEPARATOR + unit.getXmlString() + LOG_ELEM_SEPARATOR + value; in printSummary()
/cts/common/util/src/com/android/compatibility/common/util/
DReportLog.java32 private static final String LOG_ELEM_SEPARATOR = "|"; field in ReportLog
105 .append(LOG_ELEM_SEPARATOR) in toEncodedString()
107 .append(LOG_ELEM_SEPARATOR) in toEncodedString()
109 .append(LOG_ELEM_SEPARATOR) in toEncodedString()
111 .append(LOG_ELEM_SEPARATOR) in toEncodedString()
113 .append(LOG_ELEM_SEPARATOR); in toEncodedString()
121 String[] elems = encodedString.split(Pattern.quote(LOG_ELEM_SEPARATOR)); in fromEncodedString()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTest.java51 private static final String LOG_ELEM_SEPARATOR = "\\|"; field in Test
260 String[] elems = summary.split(LOG_ELEM_SEPARATOR); in parseSummary()
278 String[] elems = arrays[i].split(LOG_ELEM_SEPARATOR); in parseDetails()