Home
last modified time | relevance | path

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

/frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
DAppLaunchTest.java114 ProcessError.fromCollection(mActivityManager.getProcessesInErrorState()); in runOneActivity()
131 ProcessError.fromCollection(mActivityManager.getProcessesInErrorState()); in runOneActivity()
258 public static Collection<ProcessError> fromCollection(Collection<ProcessErrorStateInfo> in) in fromCollection() method in AppLaunchTest.ProcessError
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
DProcessErrorsTest.java153 ProcessError.fromCollection(mActivityManager.getProcessesInErrorState()); in runOneActivity()
175 ProcessError.fromCollection(mActivityManager.getProcessesInErrorState()); in runOneActivity()
314 public static Collection<ProcessError> fromCollection(Collection<ProcessErrorStateInfo> in) in fromCollection() method in ProcessErrorsTest.ProcessError