Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepoTest.java414 public long runtimeHint = 0l; field in ModuleRepoTest.TestRuntime
417 return runtimeHint; in getRuntimeHint()
456 test1.runtimeHint = 100l; in testGetshard_allSameRuntime()
461 test2.runtimeHint = 100l; in testGetshard_allSameRuntime()
466 test3.runtimeHint = 100l; in testGetshard_allSameRuntime()
471 test4.runtimeHint = 100l; in testGetshard_allSameRuntime()
496 test1.runtimeHint = 100l; in testGetShard_cannotSplitMore()