Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DProcessor.java397 public void exitWithTimeout(long timeoutMs) { in exitWithTimeout() argument
401 Log.d(TAG, String.format("Terminating, timeout is %d ms", timeoutMs)); in exitWithTimeout()
403 if (timeoutMs > 0) { in exitWithTimeout()
404 boolean hasCompleted = mCompleted.await(timeoutMs, MILLISECONDS); in exitWithTimeout()
/test/vts/testcases/host/firmware_dtbo_test/src/com/android/tests/firmwaredtbo/
DFirmwareDtboVerification.java118 long timeoutMs = 5 * 60 * 1000; in testCheckDTBOPartition() local
119 CommandResult result = runUtil.runTimedCmd(timeoutMs, cmds); in testCheckDTBOPartition()