Home
last modified time | relevance | path

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

/frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
DAppLaunchTest.java202 List<ProcessErrorStateInfo> newList = new ArrayList<ProcessErrorStateInfo>(errList.size()); in reportWrappedListContents() local
204 newList.add(err.info); in reportWrappedListContents()
206 return reportListContents(newList); in reportWrappedListContents()
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
DProcessErrorsTest.java258 List<ProcessErrorStateInfo> newList = new ArrayList<ProcessErrorStateInfo>(errList.size()); in reportWrappedListContents() local
260 newList.add(err.info); in reportWrappedListContents()
262 return reportListContents(newList); in reportWrappedListContents()