Searched refs:errList (Results 1 – 4 of 4) sorted by relevance
52 List<ActivityManager.ProcessErrorStateInfo> errList; in disabledTestErrorTasksEmpty() local54 errList = mActivityManager.getProcessesInErrorState(); in disabledTestErrorTasksEmpty()57 assertNull(errList); in disabledTestErrorTasksEmpty()64 List<ActivityManager.ProcessErrorStateInfo> errList; in testErrorTasksWithError() local71 errList = mActivityManager.getProcessesInErrorState(); in testErrorTasksWithError()74 checkErrorListSanity(errList); in testErrorTasksWithError()83 List<ActivityManager.ProcessErrorStateInfo> errList; in testErrorTasksWithANR() local87 errList = mActivityManager.getProcessesInErrorState(); in testErrorTasksWithANR()90 checkErrorListSanity(errList); in testErrorTasksWithANR()114 private void checkErrorListSanity(List<ActivityManager.ProcessErrorStateInfo> errList) { in checkErrorListSanity() argument[all …]
202 List<ProcessErrorStateInfo> errList; in checkForProcessErrors() local203 errList = mActivityManager.getProcessesInErrorState(); in checkForProcessErrors()209 final String reportMsg = reportListContents(errList); in checkForProcessErrors()257 static String reportWrappedListContents(Collection<ProcessError> errList) { in reportWrappedListContents() argument258 List<ProcessErrorStateInfo> newList = new ArrayList<ProcessErrorStateInfo>(errList.size()); in reportWrappedListContents()259 for (ProcessError err : errList) { in reportWrappedListContents()271 private static String reportListContents(Collection<ProcessErrorStateInfo> errList) { in reportListContents() argument272 if (errList == null) return null; in reportListContents()276 Iterator<ProcessErrorStateInfo> iter = errList.iterator(); in reportListContents()
201 static String reportWrappedListContents(Collection<ProcessError> errList) { in reportWrappedListContents() argument202 List<ProcessErrorStateInfo> newList = new ArrayList<ProcessErrorStateInfo>(errList.size()); in reportWrappedListContents()203 for (ProcessError err : errList) { in reportWrappedListContents()215 private static String reportListContents(Collection<ProcessErrorStateInfo> errList) { in reportListContents() argument216 if (errList == null) return null; in reportListContents()220 Iterator<ProcessErrorStateInfo> iter = errList.iterator(); in reportListContents()
10174 List<ActivityManager.ProcessErrorStateInfo> errList = null;10200 if (errList == null) {10201 errList = new ArrayList<ActivityManager.ProcessErrorStateInfo>(1);10203 errList.add(report);10213 return errList;