Home
last modified time | relevance | path

Searched defs:errList (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityManagerTest.java52 List<ActivityManager.ProcessErrorStateInfo> errList; in disabledTestErrorTasksEmpty() local
64 List<ActivityManager.ProcessErrorStateInfo> errList; in testErrorTasksWithError() local
83 List<ActivityManager.ProcessErrorStateInfo> errList; in testErrorTasksWithANR() local
114 private void checkErrorListSanity(List<ActivityManager.ProcessErrorStateInfo> errList) { in checkErrorListSanity()
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
DProcessErrorsTest.java202 List<ProcessErrorStateInfo> errList; in checkForProcessErrors() local
257 static String reportWrappedListContents(Collection<ProcessError> errList) { in reportWrappedListContents()
271 private static String reportListContents(Collection<ProcessErrorStateInfo> errList) { in reportListContents()
/frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
DAppLaunchTest.java201 static String reportWrappedListContents(Collection<ProcessError> errList) { in reportWrappedListContents()
215 private static String reportListContents(Collection<ProcessErrorStateInfo> errList) { in reportListContents()