Searched refs:mTimeoutSec (Results 1 – 3 of 3) sorted by relevance
69 private int mTimeoutSec; field in AppCrawlTester254 long commandTimeout = 3 * 60 * 1000 + mTimeoutSec * 1000; in start()479 if (mTimeoutSec > 0) { in createUtpCrawlerRunCommand()481 cmd.add("crawlDurationSec=" + Integer.toString(mTimeoutSec)); in createUtpCrawlerRunCommand()600 if (mTimeoutSec > 0) { in createCrawlerRunCommand()602 cmd.add(Integer.toString(mTimeoutSec)); in createCrawlerRunCommand()662 mTimeoutSec = timeoutSec; in setTimeoutSec()
126 private int mTimeoutSec = 60; field in AppCrawlTest177 mCrawler.setTimeoutSec(mTimeoutSec); in setUp()
146 private int mTimeoutSec = 60; field in WebviewAppCrawlTest182 mCrawler.setTimeoutSec(mTimeoutSec); in setUp()