Searched refs:reportMsg (Results 1 – 1 of 1) sorted by relevance
83 final String reportMsg = checkForProcessErrors(); in testNoProcessErrorsAfterBoot() local84 if (reportMsg != null) { in testNoProcessErrorsAfterBoot()85 Log.w(TAG, reportMsg); in testNoProcessErrorsAfterBoot()89 assertNull(reportMsg, reportMsg); in testNoProcessErrorsAfterBoot()209 final String reportMsg = reportListContents(errList); in checkForProcessErrors() local210 return reportMsg; in checkForProcessErrors()