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

/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java214 final String reportMsg = reportListContents(errList);
266 * {@see reportListContents(Collection<ProcessErrorStateInfo>)}.
273 return reportListContents(newList);
282 private static String reportListContents(Collection<ProcessErrorStateInfo> errList) { method in class:ProcessErrorsTest
/frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
H A DAppLaunchTest.java199 * {@see reportListContents(Collection<ProcessErrorStateInfo>)}.
206 return reportListContents(newList);
215 private static String reportListContents(Collection<ProcessErrorStateInfo> errList) { method in class:AppLaunchTest

Completed in 745 milliseconds