Searched refs:SUMMARY_SEPARATOR (Results 1 – 3 of 3) sorted by relevance
31 private static final String SUMMARY_SEPARATOR = "++++"; field in ReportLog194 StringTokenizer tok = new StringTokenizer(encodedString, SUMMARY_SEPARATOR); in fromEncodedString()219 builder.append(SUMMARY_SEPARATOR); in toEncodedString()
36 private static final String SUMMARY_SEPARATOR = "++++"; field in ReportLog153 builder.append(SUMMARY_SEPARATOR); in generateReport()
537 private static final String SUMMARY_SEPARATOR = " | "; field in BaseSensorTestActivity.SensorTestLogger640 mOverallSummaryBuilder.append(SUMMARY_SEPARATOR); in saveResult()642 mOverallSummaryBuilder.append(SUMMARY_SEPARATOR); in saveResult()