Home
last modified time | relevance | path

Searched defs:errList (Results 1 – 2 of 2) 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.java207 List<ProcessErrorStateInfo> errList; in checkForProcessErrors() local
268 static String reportWrappedListContents(Collection<ProcessError> errList) { in reportWrappedListContents()
282 private static String reportListContents(Collection<ProcessErrorStateInfo> errList) { in reportListContents()