Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DCrashTestStatus.java52 private void handleCompletionNotification(TestResult testResult, in handleCompletionNotification() method in CrashTestStatus
77 handleCompletionNotification(TestResult.CRASH, null); in testCrashed()
82 handleCompletionNotification(TestResult.SUCCESS, null); in testSucceeded()
87 handleCompletionNotification(TestResult.FAILURE, reason); in testFailed()