HomeSort by relevance Sort by last modified time
    Searched refs:LOG_ELEM_SEPARATOR (Results 1 - 2 of 2) sorted by null

  /cts/libs/commonutil/src/com/android/cts/util/
ReportLog.java 37 private static final String LOG_ELEM_SEPARATOR = "|";
62 builder.append(getClassMethodNames(mDepth + 1, true) + LOG_ELEM_SEPARATOR + message +
63 LOG_ELEM_SEPARATOR + type.getXmlString() + LOG_ELEM_SEPARATOR +
64 unit.getXmlString() + LOG_ELEM_SEPARATOR);
87 mSummary = message + LOG_ELEM_SEPARATOR + target + LOG_ELEM_SEPARATOR + type.getXmlString()
88 + LOG_ELEM_SEPARATOR + unit.getXmlString() + LOG_ELEM_SEPARATOR + value;
110 mSummary = message + LOG_ELEM_SEPARATOR + " " + LOG_ELEM_SEPARATOR + type.getXmlString()
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
Test.java 51 private static final String LOG_ELEM_SEPARATOR = "\\|";
260 String[] elems = summary.split(LOG_ELEM_SEPARATOR);
278 String[] elems = arrays[i].split(LOG_ELEM_SEPARATOR);

Completed in 217 milliseconds