Home
last modified time | relevance | path

Searched refs:setErrorMessage (Results 1 – 17 of 17) sorted by relevance

/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DBaseGameQualificationMetricCollector.java76 protected void setErrorMessage(String msg) { in setErrorMessage() method in BaseGameQualificationMetricCollector
105 setErrorMessage(e.getMessage()); in onTestStart()
121 setErrorMessage(e.getMessage()); in onTestEnd()
DGameQualificationFpsCollector.java77 setErrorMessage("Failed creating file to store raw FPS data."); in doStart()
84 setErrorMessage( in doStart()
104 setErrorMessage( in collect()
144 setErrorMessage(""); in processRawData()
DGameQualificationScheduledMetricCollector.java74 setErrorMessage(e.getMessage()); in onStart()
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java172 debugBuilder.setErrorMessage(mInvocationFailure.getMessage()); in invocationEnded()
264 debugBuilder.setErrorMessage(errorMessage); in testRunFailed()
352 debugBuilder.setErrorMessage(trace); in testFailed()
370 debugBuilder.setErrorMessage(trace); in testAssumptionFailure()
/tools/tradefederation/core/src/com/android/tradefed/suite/checker/
DEnforcedSeLinuxChecker.java41 result.setErrorMessage("Device is in permissive mode while enforced was expected."); in postExecutionCheck()
45 result.setErrorMessage("Device is in enforced mode while permissive was expected."); in postExecutionCheck()
DShellStatusChecker.java72 result.setErrorMessage(message); in preExecutionCheck()
100 result.setErrorMessage(message); in postExecutionCheck()
DSystemServerStatusChecker.java45 result.setErrorMessage(message); in preExecutionCheck()
92 result.setErrorMessage(message); in postExecutionCheck()
DDeviceSettingChecker.java95 result.setErrorMessage(errorMessage); in preExecutionCheck()
158 result.setErrorMessage(failureMessage.toString()); in postExecutionCheck()
DUserChecker.java68 result.setErrorMessage(userSwitchErrorMsg); in preExecutionCheck()
110 result.setErrorMessage(String.join("\n", errors)); in postExecutionCheck()
DStatusCheckerResult.java62 public void setErrorMessage(String message) { in setErrorMessage() method in StatusCheckerResult
DTimeStatusChecker.java55 result.setErrorMessage(message); in postExecutionCheck()
DKeyguardStatusChecker.java58 result.setErrorMessage(message); in postExecutionCheck()
DLeakedThreadStatusChecker.java65 result.setErrorMessage(message); in postExecutionCheck()
DActivityStatusChecker.java59 result.setErrorMessage("Launcher activity is not in front."); in isFrontActivityLauncher()
DSystemServerFileDescriptorChecker.java67 result.setErrorMessage(message); in postExecutionCheck()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DITestSuite.java726 result.setErrorMessage(e.getMessage()); in runPreModuleCheck()
774 result.setErrorMessage(e.getMessage()); in runPostModuleCheck()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteTest.java457 result.setErrorMessage("some failures."); in testRun_failedSystemChecker()
516 result.setErrorMessage("some failures."); in testRun_failedSystemChecker_reportFailure()
560 result.setErrorMessage("some failures."); in testRun_failedSystemChecker_reportFailure_bugreport()