Searched refs:mTimeoutMs (Results 1 – 3 of 3) sorted by relevance
26 private long mTimeoutMs = 3000; field in PollingCheck32 mTimeoutMs = timeoutMs; in PollingCheck()42 long timeoutMs = mTimeoutMs; in run()
112 private final long mTimeoutMs; field in MediaRandomTest.Watchdog117 mTimeoutMs = timeoutMs; in Watchdog()126 long remainingWaitTimeMs = mTimeoutMs; in run()133 remainingWaitTimeMs = mTimeoutMs - (System.currentTimeMillis() - startTimeMs); in run()142 + " waited over " + (mTimeoutMs - remainingWaitTimeMs) + " ms"); in run()
59 private long mTimeoutMs = 10 * 60 * 1000; field in JarHostTest147 mTimeoutMs = testTimeoutMs; in setTimeout()221 CommandStatus status = RunUtil.getDefault().runTimed(mTimeoutMs, testRunnable, true); in runTest()