Searched refs:errMsg (Results 1 – 9 of 9) sorted by relevance
100 String errMsg = null; in run() local113 errMsg = "Failed to parse Jitter result."; in run()118 errMsg = "Jitter result not found."; in run()121 if (errMsg != null) { in run()122 CLog.e(errMsg); in run()123 listener.testFailed(testId, errMsg); in run()125 listener.testRunFailed(errMsg); in run()
44 public void reportFailure(String errMsg) throws TestFailureException { in reportFailure() argument45 CLog.e(errMsg); in reportFailure()46 mListener.testRunFailed(errMsg); in reportFailure()47 mListener.testFailed(mTestId, errMsg); in reportFailure()
287 final String errMsg = in extractDurationAndBitrateFromVideoFileUsingAvprobe() local289 mTestRunHelper.reportFailure(errMsg); in extractDurationAndBitrateFromVideoFileUsingAvprobe()
576 final String errMsg = in runTest() local580 mTestRunHelper.reportFailure(errMsg); in runTest()
151 String errMsg = null; in run() local177 errMsg = "GLBenchmark timed out."; in run()186 errMsg = "Failed to parse GLBenchmark result XML."; in run()195 errMsg = "GLBenchmark report not found."; in run()198 if (errMsg != null) { in run()199 CLog.e(errMsg); in run()200 listener.testFailed(testId, errMsg); in run()202 listener.testRunFailed(errMsg); in run()
112 String errMsg = null; in run() local133 errMsg = "Failed to parse Geekbench result JSON."; in run()142 errMsg = "Geekbench report not found."; in run()145 if (errMsg != null) { in run()146 CLog.e(errMsg); in run()147 listener.testFailed(testId, errMsg); in run()149 listener.testRunFailed(errMsg); in run()
71 String errMsg = null; in run() local141 errMsg = "Vellamo Benchmark timed out."; in run()146 errMsg = "Test ended but no scores can be found."; in run()148 if (errMsg != null) { in run()149 CLog.e(errMsg); in run()150 listener.testFailed(testId, errMsg); in run()
51 String errMsg = "Could not recover device " + serial + " after " + --attempt + " attempts"; in recoverDevice() local56 throw new DeviceUnresponsiveException(errMsg, serial); in recoverDevice()61 throw new DeviceUnresponsiveException(errMsg, serial); in recoverDevice()
80 private void fail(String errMsg) { in fail() argument81 Log.e(TAG, errMsg); in fail()83 result.putString("error", errMsg); in fail()