Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSBucketUtil.java695 public void setTimeoutMs(long timeout) { in setTimeoutMs() method in GCSBucketUtil
700 setTimeoutMs(unit.toMillis(timeout)); in setTimeout()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DGCSBucketUtilFuncTest.java58 mBucket.setTimeoutMs(TIMEOUT); in setUp()