Home
last modified time | relevance | path

Searched refs:FAILURE (Results 1 – 3 of 3) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/crashtest/core/
DCrashTestService.java43 public static final int FAILURE = 2; field in CrashTestService
117 notify(testResult.isPresent() ? FAILURE : SUCCESS, testResult.orElse(null)); in onBind()
120 notify(FAILURE, "Exception in crash test: " + e); in onBind()
DCrashTestCoordinator.java113 case CrashTestService.FAILURE: in onServiceConnected()
/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DCrashTestStatus.java33 FAILURE, enumConstant
87 handleCompletionNotification(TestResult.FAILURE, reason); in testFailed()