Home
last modified time | relevance | path

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

/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
DProcessErrorsTest.java209 final String reportMsg = reportListContents(errList); in checkForProcessErrors()
262 return reportListContents(newList); in reportWrappedListContents()
271 private static String reportListContents(Collection<ProcessErrorStateInfo> errList) { in reportListContents() method in ProcessErrorsTest
/frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
DAppLaunchTest.java206 return reportListContents(newList); in reportWrappedListContents()
215 private static String reportListContents(Collection<ProcessErrorStateInfo> errList) { in reportListContents() method in AppLaunchTest