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()
80 String errMsg = null; in run() local148 errMsg = "Vellamo Benchmark timed out."; in run()153 errMsg = "Test ended but no scores can be found."; in run()155 if (errMsg != null) { in run()156 CLog.e(errMsg); in run()157 listener.testFailed(testId, errMsg); in run()
114 String errMsg = null; in run() local130 errMsg = "Failed to parse Geekbench result JSON."; in run()139 errMsg = "Geekbench report not found."; in run()142 if (errMsg != null) { in run()143 CLog.e(errMsg); in run()144 listener.testFailed(testId, errMsg); in run()146 listener.testRunFailed(errMsg); in run()
152 String errMsg = null; in run() local175 errMsg = "GLBenchmark timed out."; in run()184 errMsg = "Failed to parse GLBenchmark result XML."; in run()193 errMsg = "GLBenchmark report not found."; in run()196 if (errMsg != null) { in run()197 CLog.e(errMsg); in run()198 listener.testFailed(testId, errMsg); in run()200 listener.testRunFailed(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()
66 private void fail(String errMsg) { in fail() argument67 Log.e(TAG, errMsg); in fail()69 result.putString("error", errMsg); in fail()