Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DNNParallelTestActivity.java99 final long testDurationMillis = intent.getLongExtra(EXTRA_TEST_DURATION_MILLIS, in onResume() local
118 Duration.ofMillis(testDurationMillis), mTestName, acceleratorName, in onResume()
136 final long testDurationMillis = intent.getLongExtra(EXTRA_TEST_DURATION_MILLIS, in testResult() local
139 final long testResultTimeout = testDurationMillis + SHUTDOWN_TIMEOUT; in testResult()