Home
last modified time | relevance | path

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

/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
DProcessErrorsTest.java214 final String reportMsg = reportListContents(errList); in checkForProcessErrors()
273 return reportListContents(newList); in reportWrappedListContents()
282 private static String reportListContents(Collection<ProcessErrorStateInfo> errList) { in reportListContents() method in ProcessErrorsTest