Searched refs:FAILURE (Results 1 – 5 of 5) sorted by relevance
43 public static final int FAILURE = 2; field in CrashTestService117 notify(testResult.isPresent() ? FAILURE : SUCCESS, testResult.orElse(null)); in onBind()120 notify(FAILURE, "Exception in crash test: " + e); in onBind()
113 case CrashTestService.FAILURE: in onServiceConnected()
33 FAILURE, enumConstant87 handleCompletionNotification(TestResult.FAILURE, reason); in testFailed()
200 .append(module.getNumTestsInState(TestStatus.FAILURE)); in generateModuleResultSignature()209 .append(module.getNumTestsInState(TestStatus.FAILURE)); in generateModuleSummarySignature()
139 if (TestStatus.FAILURE.equals(results.getValue().getStatus())) { in instrument()