Searched refs:timeoutMs (Results 1 – 2 of 2) sorted by relevance
397 public void exitWithTimeout(long timeoutMs) { in exitWithTimeout() argument401 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()
118 long timeoutMs = 5 * 60 * 1000; in testCheckDTBOPartition() local119 CommandResult result = runUtil.runTimedCmd(timeoutMs, cmds); in testCheckDTBOPartition()